Skip to content

Releases: alvarotrigo/multiscroll.js

multiScroll 0.2.3

15 May 19:44
Compare
Choose a tag to compare
  • Changed license to Commercial + Non-Commercial
  • LicenseKey required
  • Fixed bug: scrollToAnchor didn't work in all situations #119
  • Fixed bug: scrollingSpeed option didn't work when using css3:true (now default) #53
  • Fixed bug: Using nonexistent anchors in the URL showed an error message on console #98
  • Fixed bug: using a very fast scrolling speed won't scroll multiple sections #60
  • Enhancement: improved kinetic scroll experience (MacBook laptops, trackpads, magic mouse...) #60
  • Enhancement: added option easingcss3 that allows configuring css3 easing function
  • Enhancement: when using css3:false there won't be a need to load the easings file unless changing the easing option

multiScroll 0.2.2

01 Aug 15:51
Compare
Choose a tag to compare
  • Fixed bug: not working anymore on smartphones #110
  • Fixed bug: doneResizing is not defined #105

multiScroll 0.2.1

07 Mar 16:36
Compare
Choose a tag to compare
  • Fixed bug: extension scrollOverflow was not working properly on android based touch devices

multiScroll 0.2.0

07 Mar 15:29
Compare
Choose a tag to compare
  • Fixing major bug #103

multiScroll 0.1.9

05 Mar 17:38
Compare
Choose a tag to compare
  • Added new extension scrollOVerflow #78
  • Improved: resize handler
  • Improved: mobile detection
  • Documentation: added new pages using fullPage.js
  • Documentation: clarify use of responsive options

multiScroll 0.1.8

24 Apr 11:23
Compare
Choose a tag to compare
  • Added new option: responsiveExpand.
  • Improved documentation

multiscroll.js v.0.1.7

18 Mar 12:04
Compare
Choose a tag to compare
  • Fixed bug. Navigation bullets get vertically centred now.
  • A class will be added to the body element with the active section anchor / index
  • Improved keyboard accessibility
  • Fixed bug with IE touch devices.

multiscroll.js Beta v.0.1.6

18 Mar 11:04
Compare
Choose a tag to compare
  • Added new function destroy to destroy the plugin events
  • Added new function build to bind the plugin events.

multiscroll.js Beta v.0.1.5

05 Jan 12:25
Compare
Choose a tag to compare

Changes from v.0.0.4:

  • Solved problem in input elements
  • Solved bug when using the back button causing an undefined anchor to appear in the URL
  • Ensure table cells are resized during resize event
  • Solved problem which caused scroll on mouse move on IE 10 and 11
  • Fixed bug for Safari which created a gap between the two panels
  • Added paddingTop and paddingBottom options.
  • Solved bug with css3:true
  • Added new feature: Set active section by adding the active class in sections.
  • Added new feature: scroll to the given hashtag in the URL. (useful for bookmarking)
  • Disabling mouse wheel click scrolling for IE, Chrome, Opera and Safari.

multiscroll.js Beta v.0.0.4

12 May 09:20
Compare
Choose a tag to compare
- Added to bower package manager