Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienetie/fadeto
Fadeto: Fades elements current opacity to a new opacity In a performance oriented way without jQuery
https://github.com/julienetie/fadeto
Last synced: 16 days ago
JSON representation
Fadeto: Fades elements current opacity to a new opacity In a performance oriented way without jQuery
- Host: GitHub
- URL: https://github.com/julienetie/fadeto
- Owner: julienetie
- License: mit
- Created: 2015-01-22T22:55:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T04:03:02.000Z (over 9 years ago)
- Last Synced: 2023-02-27T21:46:33.924Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#fadeto
==Fade opacity using JavaScript & requestAnimationFrame
- Initiates the fade with the current opacity value
- Fade to any value without defining fadeIn/ fadeOut
- tweak rate of frames
- define final display type
- no lib dependenciesSome cons:
- Animation duration is approximate
- Support: Recent Chrome Firefox & Ie11, more testing required.
- No callbacks (Future update)
- No easingMIT