⚠️ FIX WEB ANIMATION GLITCH - Headlines Shouldn't Flash Pre-Animation
M
Matthew Gaulia
The current website builder's animation feature fails to properly animate initial elements like headlines and subheadings, making them briefly appear before disappearing and then animating. This looks bad, so please make the elements remain hidden until animation triggers, preventing pre-visibility and ensuring smooth transitions when loading the web page
Log In
T
Tyler Breinholt (Agency Owner)
Agreed. In the hero-section of a page, if it's the first thing the user sees when the page loads, it loads the element AND THEN applies the animation.
Result: element appears, disappears, then animates in.
Very tacky and unprofessional.
(Doesn't seem to be as big of a problem for elements further down on the page, but still triggers sometimes. What we need is for something like "display: none;" to apply to animated elements when they load onto the page initially, and then remove the "display: none;" when the animation starts.)