Skip to content

Releases: Promo/scrollissimo

v0.6.0

05 Feb 11:13
Compare
Choose a tag to compare
  • Fixed #16 (Initialize Scrollissimo on document.ready instead of window.load)
  • Fixed #17 (Consider scale of timeline)
  • Added linting

Pixels instead of percents

21 Aug 11:55
Compare
Choose a tag to compare
  • 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

20 Aug 12:13
Compare
Choose a tag to compare

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

03 Jun 15:33
Compare
Choose a tag to compare

Autopausing of tweens and timelines

29 May 08:31
Compare
Choose a tag to compare

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

Hot bug fix

29 May 08:40
Compare
Choose a tag to compare

Shit happens :(

CommonJS support

29 May 08:36
Compare
Choose a tag to compare

Now Scrollssimo available to requiring as a CommonJS module.

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

Scrollissimo is powered by Greensock

29 May 08:38
Compare
Choose a tag to compare

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