CSS animation 簡寫&好用的工具

▼css animation 簡寫:
animation: saleChange 2s 1s infinite;
-webkit-animation: saleChange 2s 1s infinite;

▼CSS animation 好用的工具教學:
一些好用工具的教學可參考以下影片(Big Boy Can Code)
https://www.youtube.com/watch?v=Y4xBYZJSvuM&t=13s

▼CSS animation 好用的工具:
animate.css:https://daneden.github.io/animate.css/

animista:https://animista.net/

keyframes.app:https://keyframes.app/

留言

這個網誌中的熱門文章

PHP讀資料庫的資料,保留換行及空格

使陣列裡的數值隨機重新排序