#css-animation

[ follow ]
Component-odyssey
3 weeks ago
Web development

The Two Lines of CSS That Tanked Performance (120fps to 40fps)

Animation performs well in Chrome and Safari but not in Firefox, which led to disabling it.
Understanding browser rendering stages is crucial for optimizing animations.
CSS properties can significantly impact animation performance across different browsers. [ more ]
Frontendmasters
3 months ago
Web development

Single CSS Keyframe Tricks are Magic

A CSS @keyframe animation with one keyframe at 50% grows an element then shrinks it back to its original size. [ more ]
Frontendmasters
3 months ago
JavaScript

One of the Boss Battles of CSS is Almost Won! Transitioning to Auto

The experimental CSS function calc-size(auto) can help transition and animate elements from zero height to their natural intrinsic size, but final syntax may change. [ more ]
[ Load more ]