Frontend Hash
3.7K subscribers
206 photos
25 videos
2 files
363 links
加入频道
This media is not supported in your browser
VIEW IN TELEGRAM
💡 Используйте тригонометрические функции в CSS для создания плавной ступенчатой задержки перехода:


.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
}


#css #tip by jhey
Please open Telegram to view this post
VIEW IN TELEGRAM
👍143🔥1🤔1😱1