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
.content-grid>div {
animation: up linear both;
animation-timeline:view();
animation-range:0vh20vh;
}
.fade-up {
animation: up linear both;
animation-timeline:view();
animation-range:0px200px;
}
It looks like css animations are not triggered (Firefox), only JS animations are working for me.
I have this css (inline)
It looks like css animations are not triggered (Firefox), only JS animations are working for me.
If someone has a tip, let me know!
https://uinc.netlify.app/ (Project)
The text was updated successfully, but these errors were encountered: