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

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

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.