f2etw / f2e-notes

write down some notes together
198 stars 17 forks source link

http://waitanimate.eggbox.io/ ,CSS 動畫延遲產生器 #84

Open Rplus opened 8 years ago

Rplus commented 8 years ago

WAIT! Animate http://waitanimate.eggbox.io/

Provides an easy way to calculate CSS keyframe percentages so that you can insert a delay between each animation iteration. github repo: https://github.com/eggboxio/waitanimate

一般在處理動畫時 會採用 animation-delay 來產生延遲的效果 不過這延遲效果只有在第一次觸發前有效

若你的動畫需要在每次循環時都有同樣的延遲效果就比較麻煩 而這網站可以幫你計算 wait time & animation-duration 的比例 重新幫你計算好 animation keyframes 裡的 % 值

如果是想直接採用較基本的動畫樣式 也可以直接使用這網站提供的 transform 選項,直接點選預覽

Rplus commented 8 years ago

screenshot: image