css
Animation janky/not smooth (60fps)
animation.*not.*smooth|jank|60fps
Fixes
- 1.Only animate transform and opacity (composited)
- 2.Use will-change: transform for upcoming animations
- 3.Avoid animating layout properties (width, height, top)
animationperformancejank
Related Errors
css3 fixes
Container queries not supported
@container.*not.*supported|container-type.*unknown
- •Add container-type: inline-size to parent
- •Check browser version supports container queries
css3 fixes
Container query: Invalid container name
container-name.*must be.*ident
- •Use valid CSS identifier for container-name
- •Don't use CSS keywords as container names
css3 fixes
Container query: No matching container ancestor
@container.*no.*ancestor.*container
- •Add container-type to an ancestor element
- •Check container-name matches query