Skip to content

Releases: Promo/scrollissimo

v0.6.0

Choose a tag to compare

@frux frux released this 05 Feb 11:13
  • Fixed #16 (Initialize Scrollissimo on document.ready instead of window.load)
  • Fixed #17 (Consider scale of timeline)
  • Added linting

Pixels instead of percents

Choose a tag to compare

@frux frux released this 21 Aug 11:55
  • 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

Choose a tag to compare

@frux frux released this 20 Aug 12:13

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

Choose a tag to compare

@frux frux released this 03 Jun 15:33
v0.3.4

version 0.3.4

Autopausing of tweens and timelines

Choose a tag to compare

@frux frux released this 29 May 08:31

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

Hot bug fix

Choose a tag to compare

@frux frux released this 29 May 08:40

Shit happens :(

CommonJS support

Choose a tag to compare

@frux frux released this 29 May 08:36

Now Scrollssimo available to requiring as a CommonJS module.

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

Scrollissimo is powered by Greensock

Choose a tag to compare

@frux frux released this 29 May 08:38

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