- Source
- Link to Original 🔗
- Published
- Categories
- HTML & CSS, Animation
- Tags
- CSS, animation, keyframes, tutorial, tips, API, timing
A wonderful overview of how to use keyframe animation in CSS, including some very useful tips on animation state and creating meaningful animation APIs using custom properties and CSS math functions.
Explore Other Notes
⬅ Newer
The SPA morality play
Baldur has written a wonderfully paced, deeply interesting post on the whole SPA/MPA (AKA normal website) debate with one critical conclusion: SPAs are fine; MPAs are fine; anything will suck if …
Older ➡
British butterfly and caterpillar identification
Another excellent website on British butterflies, particularly good for comparison of caterpillars and chrysalis shapes, to go with the previous entries on butterfly photographs and …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>A wonderful overview of how to use keyframe animation in CSS, including some very useful tips on animation state and creating meaningful animation APIs using custom properties and CSS math …</p> </body> </html>
- Murray Champernowne