Skip to content

fullpage.js 3.0.2

Compare
Choose a tag to compare
@alvarotrigo alvarotrigo released this 26 Jul 11:24
· 728 commits to master since this release
4ba9a4a
  • Fixed bug: parallax bounce when using offset 100% and autoScrolling:false
  • Fixed bug: input tabulation not working #3296
  • Fixed bug: data-anchor tag doesn't work #3299
  • Fixed bug: toolTip Position not correct #3306
  • Fixed bug: error occurs when clicking on nav dots #3309
  • Fixed bug: navigation dots not working when not using anchors #3320
  • Fixed bug: sectionSelector failing when using multiple separated by comma #3326
  • Fixed bug: lazy load failing in source element inside a picture element
  • Improved: fullpage can be now initialised passing the DOM object and not just a selector
  • Improved: bundled fullpage.js compatibility thanks to @steriley
  • Improved: removed traces of version 2 on the warnings
  • Examples: fixed slides background issues on backgrounds-fixed.html
  • Examples: improving some examples
  • Documentation: improved chinese docs thanks to @HiMrHu