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
Loving this new API! I tried it out as soon as I heard about it and it's really cool, but I was trying to increase the default transform / opacity animation duration so I tried this bit of code here:
The transform animation is happening on the ::page-transition-container element which is an ancestor of the outgoing and incoming images, so if you have something like the following then it should properly adjust the transform speed:
Loving this new API! I tried it out as soon as I heard about it and it's really cool, but I was trying to increase the default transform / opacity animation duration so I tried this bit of code here:
And while this does increase the duration of the opacity change, the transform is still the same speed as before.
What am I doing wrong?
You can view my full demo here: https://sleekwp.dev/fun/page-transition/ and the full CSS in question here https://sleekwp.dev/fun/page-transition/css/page-transition.css
The text was updated successfully, but these errors were encountered: