You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If elements that are visible within the viewport when the page loads have a transition: all property defined in CSS, the reveal effect does not happen. Instead, those elements instantly become visible at their ending state, without an animation.
In the attached demos, you can see the right column of buttons (with transition: all) instantly become revealed, while the left column (with transition: all replaced with the more specific transition: background-color) have the expected reveal animation.
Curiously, this issue only seems to affect elements visible on page load. If you scroll down, all of the buttons have the expected reveal animation 👍.
Issue Report
If elements that are visible within the viewport when the page loads have a
transition: all
property defined in CSS, the reveal effect does not happen. Instead, those elements instantly become visible at their ending state, without an animation.In the attached demos, you can see the right column of buttons (with
transition: all
) instantly become revealed, while the left column (withtransition: all
replaced with the more specifictransition: background-color
) have the expected reveal animation.Curiously, this issue only seems to affect elements visible on page load. If you scroll down, all of the buttons have the expected reveal animation 👍.
Demos
Environment
The text was updated successfully, but these errors were encountered: