Closed chrisvidal closed 2 years ago
Yes, you can find it in the documentation.
yes I saw that, but it does not explain the behavior of each of them.
<element>-<viewport>
.middle-bottom
infrom
specifies that the animation starts when the middle of the element reaches the bottom of the viewport.
It's the same for the other values. Here're a few examples:
bottom-bottom
in from
specifies that the animation starts when the bottom of the element reaches the bottom of the viewport.
middle-top
in from
specifies that the animation starts when the middle of the element reaches the top of the viewport.
Hope that helps! :)
got it, thanks a bunch!
Is there any documentation to understand the meaning of please :
and other options?