|
|
|
|
|
by Tenal
1931 days ago
|
|
CSS animations are a pain-inducing non-starter for thousands of recurring use cases. Example: Using Javascript to SHOW a modal, but then relying applying addClass('animate') using CSS animations to transition that modal (eg: bottom of screen to center, while fading in) are nearly impossible without tons of hackery. The animations do not render. Hence jQuery animation calls. |
|