All Projects → gibbok → Animatelo

gibbok / Animatelo

Licence: mit
Animatelo is a bunch of cool, fun, and cross-browser animations for you to use in your projects. This is a porting to Web Animation API of the fabulous animate.css project.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Animatelo

Livecollections
Automatically perform UITableView and UICollectionView animations between two sets of immutable data. It supports generic data types and is fully thread-safe.
Stars: ✭ 337 (-25.61%)
Mutual labels:  animations
Dashboard reborn
A very sexy Flutter UI template✨
Stars: ✭ 375 (-17.22%)
Mutual labels:  animations
Nextjs Page Transitions
Travel App, Native-like Page Transitions (:atom: with React & Next.js)
Stars: ✭ 424 (-6.4%)
Mutual labels:  animations
Arrows
Arrows is an animated custom view to give feedback about your UI sliding panels.
Stars: ✭ 338 (-25.39%)
Mutual labels:  animations
Ssspinnerbutton
Forget about typical stereotypic loading, It's time to change. SSSpinnerButton is an elegant button with a diffrent spinner animations.
Stars: ✭ 357 (-21.19%)
Mutual labels:  animations
Xamanimation
Xamarin Forms Animation Library
Stars: ✭ 389 (-14.13%)
Mutual labels:  animations
Oneadapter
A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
Stars: ✭ 321 (-29.14%)
Mutual labels:  animations
Hero
Elegant transition library for iOS & tvOS
Stars: ✭ 20,547 (+4435.76%)
Mutual labels:  animations
Taskbarx
Center Windows taskbar icons with a variety of animations and options.
Stars: ✭ 6,137 (+1254.75%)
Mutual labels:  animations
Progressview
🌊 A polished and flexible ProgressView, fully customizable with animations.
Stars: ✭ 425 (-6.18%)
Mutual labels:  animations
React Awesome Reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: ✭ 346 (-23.62%)
Mutual labels:  animations
React Native Dating App
Dating app - Exponent and React Native
Stars: ✭ 352 (-22.3%)
Mutual labels:  animations
Hamburger React
Animated hamburger menu icons for React (1.5 KB) 🍔
Stars: ✭ 391 (-13.69%)
Mutual labels:  animations
Epic Spinners
Easy to use css spinners collection with Vue.js integration
Stars: ✭ 3,548 (+683.22%)
Mutual labels:  animations
Booksearch
A digital BookShelf for your reading progress.
Stars: ✭ 441 (-2.65%)
Mutual labels:  animations
Lottie Windows
Lottie-Windows is a library (and related tools) for rendering Lottie animations on Windows 10.
Stars: ✭ 322 (-28.92%)
Mutual labels:  animations
React Native Gallery Toolkit
Reanimated 2 powered gallery implementation
Stars: ✭ 379 (-16.34%)
Mutual labels:  animations
Videobeautify
With this APP, you can do all kinds of professional optimising and beautifying to your videos
Stars: ✭ 450 (-0.66%)
Mutual labels:  animations
React Native Animated Charts
Set of components and helpers for building complex and beautifully animated charts
Stars: ✭ 443 (-2.21%)
Mutual labels:  animations
Flutter Examples
Personal collection of Flutter apps.
Stars: ✭ 394 (-13.02%)
Mutual labels:  animations

Animatelo

CDNJS version

Just-add-water Web Animations

Animatelo is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.

This is a porting to Web Animation API of the fabulous animate.css project.

Check out all the animations here!

What is Web Animations API?

Web Animations API is a new JavaScript API for driving animated content on the web.

Web Animations unlocks features previously only usable declaratively, and exposes powerful, high-performance animation capabilities to developers.

With the Web Animations API, we can move interactive animations from stylesheets to JavaScript, separating presentation from behavior.

With the Web Animations API, we no longer need to rely on DOM-heavy techniques like writing CSS properties and scoping classes onto elements to control playback direction.

Browser Support

Web Animations API features is available by default in Firefox 48+ and Chrome 36+. For other browsers there’s a handy maintained polyfill that tests for feature support and adds it where necessary.

The polyfill and Animatelo are supported on modern versions of all major browsers, including:

  • Chrome
  • Firefox 27+
  • IE10+ (including Edge)
  • Safari (iOS) 7.1+
  • Safari (Mac) 9+

Installation

To install via Bower, simply do the following:

$ bower install animatelo --save

or you can install via npm:

$ npm install animatelo --save

Basic Usage

Here's a simple example of an animation that flip a text in a <h1>.
Try it as a live demo.

<!-- Include the polyfill -->
<script src="https://cdn.rawgit.com/web-animations/web-animations-js/2.2.2/web-animations.min.js"></script>

<!-- Include Animatelo -->
<script src="https://cdn.rawgit.com/gibbok/animatelo/1.0.3/dist/animatelo.min.js"></script>

<!-- Set up a target to animate -->
<h1 id="hello">Hello world!</h1>

<!-- Animate! -->
<script>
    window.animatelo.flip('#hello');
</script>

Advanced Usage Documentation

More information and technical documentation on Animatelo can be found at Usage page.

License

Animatelo is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].