jquery.scrollup
Version:
A jQuery plugin to create a customisable 'Scroll to top' feature that will work with any website, with ease.
54 lines (40 loc) • 887 B
Markdown
# Changelog
## 2.4.1
- Update jQuery dependency
## 2.4.0
- Code tidy
- Bug fixes
- Move to gulp
## 2.3.3
- Changed `animationInSpeed` & `animationOutSpeed` -> `animationSpeed`
## 2.3.2
- Allow to fully disable `scrollTitle`
## 2.3.1
- Update jQuery to 1.11.0
- Fix bug with jQuery 1.11.0
- Optimisations
## 2.3.0
- Add custom `scrollTarget` option to override where to scroll back to
## 2.2.0
- Allow custom `scrollTrigger` element
- Add bower.json
## 2.1.1
- Bug fixes
## 2.1.0
- Add option to set a custom title to the `<a>` tag
## 2.0.0
- Code optimisations
- Destroy method
- Scroll distance from bottom
- Easing implementation (1.3)
- Grunt integration
- Travis CI integration
- Update jQuery to 1.10.2
## 1.1.1
- Fix Firefox bug on tab theme in tab.css
## 1.1
- Add option for using images (with example)
- Code optimisations
- Update jQuery to 1.9.1
## 1.0
- Release