miguel-perez / smoothState.js

Unobtrusive page transitions with jQuery.
MIT License
4.43k stars 508 forks source link

GSAP instead of css and altering the duration #344

Open woutervanerp opened 7 years ago

woutervanerp commented 7 years ago

Does anyone know if this is possible?

shrpne commented 6 years ago

You can use any tool to make animations Also you can set duration property to 0 and use your own timings, but smoothstate is not designed to work like this, so it will looks like a hack.

In overall, smoothstate just provides callbacks and you decide how to use them