Мои CSS-коды:
Код: Выделить всё
@-webkit-keyframes search_types {
from { width:0px;}
to {width:100px;}
}
.input_search_box::-webkit-input-placeholder{
-webkit-animation: search_types 10s infinite linear;
}
Я хочу сделать подобную анимацию текста в заполнителе
Подробнее: https://stackoverflow.com/questions/286 ... laceholder
Мобильная версия