Multiscroll.js Versions Save

multiscroll plugin by Alvaro Trigo. Create scrolling split websites. http://alvarotrigo.com/multiScroll/

0.2.3

2 years ago
  • 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

0.2.2

5 years ago
  • Fixed bug: not working anymore on smartphones #110
  • Fixed bug: doneResizing is not defined #105

0.2.1

6 years ago
  • Fixed bug: extension scrollOverflow was not working properly on android based touch devices

0.2.0

6 years ago
  • Fixing major bug #103

0.1.9

6 years ago
  • Added new extension scrollOVerflow #78
  • Improved: resize handler
  • Improved: mobile detection
  • Documentation: added new pages using fullPage.js
  • Documentation: clarify use of responsive options

0.1.8

7 years ago
  • Added new option: responsiveExpand.
  • Improved documentation

0.1.7

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

0.1.6

9 years ago
  • Added new function destroy to destroy the plugin events
  • Added new function build to bind the plugin events.

v.0.1.5

9 years ago

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.

v.0.0.4

9 years ago