I’m investigating Zepto.js for a mobile project but not finding much documentation on the .anim action. I know it is webkit specific but which parts of the webkit animation css does it work with? For example, 3d transforms?
I’m investigating Zepto.js for a mobile project but not finding much documentation on the
Share
From the source you can see, that it uses
-webkit-transforminternally, so everything that is available with it can be used.translate3d
Zepto.Fx