Animated Input Tutorial With HTML And CSS | Material UI

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2020
  • In this tutorial we'll be coding an animated input that reveals when focusing on the input with just HTML and CSS!
    💛 Be sure to comment like and subscribe to the channel! I have plenty more videos: / @thetechteam

Комментарии • 1

  • @hiroshin4619
    @hiroshin4619 2 года назад

    I'm assuming the blue border moves back because transform: translateY(0%) overwrites translateX(-100%)? Did you mean to write translateX(0%)?