Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan-silver/ElementTransitions
Simple transitions for web pages
https://github.com/dan-silver/ElementTransitions
Last synced: 4 months ago
JSON representation
Simple transitions for web pages
- Host: GitHub
- URL: https://github.com/dan-silver/ElementTransitions
- Owner: dan-silver
- Archived: true
- Created: 2013-07-06T22:13:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T04:05:44.000Z (over 8 years ago)
- Last Synced: 2024-10-10T01:12:30.989Z (4 months ago)
- Language: CSS
- Homepage: http://dan-silver.github.io/ElementTransitions/
- Size: 206 KB
- Stars: 1,511
- Watchers: 69
- Forks: 245
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ElementTransitions
#### [Demo and example code](http://dan-silver.github.io/ElementTransitions/)
This repository is a wrapper around the code provided by a [codrops article on page transitions](http://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/). Their code has been modified to allow more than one animatable element per page. Additionally, you can now add transitions straight from html tags.
##### License
The css animations in elementTransitions.css were written by Codrops and therefore fall under [their license](http://tympanus.net/codrops/licensing/). All other source code is released under the MIT License.##### Credits
[james2doyle](https://github.com/james2doyle) - Removed jQuery dependency