Scrollissimo Versions Save

Javascript plugin for smooth scroll-controlled animations

v0.6.0

8 years ago
  • Fixed #16 (Initialize Scrollissimo on document.ready instead of window.load)
  • Fixed #17 (Consider scale of timeline)
  • Added linting

v0.4.0

8 years ago
  • 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.

v0.3.6

8 years ago

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.

v0.3.4

8 years ago

v0.3.2

8 years ago

Shit happens :(

v0.3.0

8 years ago

Now Scrollissimo is powered by Greensock. Animate your Greensock's tweens and timelines by scrolling. Enjoy of it's smoothness!

v0.3.1

8 years ago

Now Scrollssimo available to requiring as a CommonJS module.

var Scrollissimo = require(scrollissimo.min.js);

v0.3.3

8 years ago

Now you don't have to pause your tweens and timelines manually. Scrollissimo will pause it for you!