/animation-bugs

Edge cases, compatibility issues for the Web based animations

Primary LanguageHTML

Transformed Elements Became the Container for the Fixed

The transformed container becomes the container of the fixed-position element. The fixed-position element scrolls along with the container.

TranslateY + Relative Causes Flikering

In some complicated cases, translateY and position:relative can cause page flikering

Animation freezes ontouch in iOS UIWebview

In iOS UIWebview, any transition/animation/JavasCripts will freeze on touch.