Open moshfeu opened 9 years ago
Thanks for the feedback!
At the moment, css3 transitions are not good enough to use in this script and using simply the transform property does not seem to add any performance boost to animations.
I'm still doing tests with transform3d and when it does the job better I will use it ;)
Thanks..
Now the position of the content using "top" and "left". The better way is to use "transform" (In new browsers) and animation.
I will glad with this change.
Thanks