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
On animation logic right now the bottom of the viewport is a -100vh but on CSS logic it is a 100vh. I have a solution how to support existed syntax and new reversed syntax at the same time. But need to decide – should the keys direction be reversed by default to fit CSS standard logic or not?
Existed syntax (scrolling down, element moving up):
On animation logic right now the bottom of the viewport is a
-100vh
but on CSS logic it is a100vh
. I have a solution how to support existed syntax and new reversed syntax at the same time. But need to decide – should the keys direction be reversed by default to fit CSS standard logic or not?Existed syntax (scrolling down, element moving up):
New reversed syntax (scrolling down, element moving up):
The text was updated successfully, but these errors were encountered: