@loadingio/transition.css
v3.0.0
Published
handcrafted css animation dedicated for transitional effect.
Downloads
17
Readme
transition.css
60+ Handcrafted CSS animations dedicated for transitional effect. Online demo could be found here: transition.css
Transition.css also plays a core part in loading.io online animation generation service. You can find some examples here:
- GIF / SVG Animation Generator from Any Image - upload your own image and generate GIF or APNG images with transition.css and loading.css.
- Loading.io Animated Icons Library - Customizable, animatable Loading.io's icon library powered by loading.css and transition.css.
- Loading Patterns - Customizable, animatable Loading.io's pattern library powered by loading.css and transition.css.
- Animated Text Generator - convert your text into GIF / SVG animations.
You can find more about animation generation in loading.io.
Usage
- download and include transition.css:
<link rel="stylesheet" type="text/css" href="transition.css"/>
You can also use CDN, such as, from jsDelivr:
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/loadingio/[email protected]/dist/transition.min.css"/>
check transition.css animation gallery for the name of animations you want to use. for example,
ld-bounce-in
.use the name as css class on the element you want to animate:
<div class="ld ld-bounce-in"></div>
- for more information, check out transition.css animation documentation.
LICENSE
MIT License