Releases: Promo/scrollissimo
v0.6.0
Pixels instead of percents
- Fixed wrong position of animations triggering #14
- Deleted all converting from pixels to percent. Less calculations, less code, more performance!
BREAKING CHANGES: now you must to specify maximal speed in pixels, not in percent! Maximal speed now is a maximal possible changing of scrollTop per each tween rendering. You still to have to choose your own value of maxSpeed for each animation. But now it's a not abstract units.
Stepwise scroll autodetect
Some browsers (like Firefox and Edge) have its own superbly smooth scroll. Also some laptops have smooth scrolling on its touchpads. In such cases Scrollissimo doesn't add smoothness but creates lag. It means that Scrollissimo must smooth only if browser scrolls stepwise.
Now Scrollissimo detects your first scroll movement to define if you need smoothing.
Prevented animation of start scroll
v0.3.4 version 0.3.4
Autopausing of tweens and timelines
Now you don't have to pause your tweens and timelines manually. Scrollissimo will pause it for you!
Hot bug fix
Shit happens :(
CommonJS support
Now Scrollssimo available to requiring as a CommonJS module.
var Scrollissimo = require(scrollissimo.min.js);
Scrollissimo is powered by Greensock
Now Scrollissimo is powered by Greensock. Animate your Greensock's tweens and timelines by scrolling. Enjoy of it's smoothness!