https://github.com/lewagon/animation-challenges
CSS and jQuery animation challenges for on-demand
https://github.com/lewagon/animation-challenges
Last synced: 10 months ago
JSON representation
CSS and jQuery animation challenges for on-demand
- Host: GitHub
- URL: https://github.com/lewagon/animation-challenges
- Owner: lewagon
- Created: 2015-05-20T12:51:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T14:39:15.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T06:45:57.175Z (12 months ago)
- Language: CSS
- Size: 304 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### `01-Bootstrap-modal`
In this challenge, learn to insert Bootstrap modals on a sign-up example. Don't spend too much time on this challenge, this is pretty much a copy/paste exercise.
#### `02-Bootstrap-popover`
A challenge to play with nice Bootstrap components: [popovers](http://getbootstrap.com/javascript/#popovers).
#### `03-CSS-animation`
When people start coding in jQuery, they often forget they can still make cool stuff using only CSS. A good example: CSS animations.
#### `04-Scroller-coaster`
People often like to play with window scroll event. In this challenge, you will see a series of jQuery animations on scroll, some of them using external js libraries.