Skip to content

Releases: justMoritz/scrollimate.js

Version 1.5.4

20 Nov 18:18
Compare
Choose a tag to compare

This version adds noclass to saRipple

Version 1.5.2

20 Nov 18:04
Compare
Choose a tag to compare

Big Fix related to saRipple init

Version 1.5.1

20 Nov 17:53
Compare
Choose a tag to compare

Maintenance Release

Version 1.5.0

20 Nov 17:26
2aa8d31
Compare
Choose a tag to compare

Added saRipple functionality (see documentation), and also updated documentation.

Version 1.4.0

25 Oct 16:38
Compare
Choose a tag to compare

Feature addition of saUnderline

Version 1.3.5

05 Oct 21:06
Compare
Choose a tag to compare

Maintenance Release

Version 1.3.4

05 Oct 20:18
Compare
Choose a tag to compare

Enhancement over 1.3.0, but without some of the experimental code in 1.3.1. Stable in production environments.

Version 1.3.1

03 Oct 13:56
Compare
Choose a tag to compare
Version 1.3.1 Pre-release
Pre-release

This version fixes the bug where an element that is positioned out of view, but offset by the second parameter into view, it will not render at it's correct (offset) position until the first scroll.

Due to some issues in production, please treat this version with care

Version 1.3.0

25 Sep 16:25
Compare
Choose a tag to compare

This Version includes a feature updated to SA Parallax, to now include the option to set center as the second parameter, which will attempt to calculate parallax in such a way that will keep the item centered in the screen. Ideally, you would never see it parallax out of view in either direction.

This version is functionally identical to SA Parallax 1.3.0

Version 1.2.0

06 Sep 20:48
Compare
Choose a tag to compare

This version is unchanged in terms of functionality, and no bugs have been found and/or fixed. This update includes mostly (re-) written and updated documentation, as well as the removal of un-used legacy code, and some scoping changes:

  • Removed debouncing functions and references not currently used
  • Moved SA Tabs helper functions into the global scope to mirror the SA Parallax setup
  • Scoped some variables better (removed unnecessary globals in app scope)