Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 dependencies

Some cons:

- Animation duration is approximate
- Support: Recent Chrome Firefox & Ie11, more testing required.
- No callbacks (Future update)
- No easing

MIT