All Projects → all-animation → All Animation

all-animation / All Animation

Licence: mit
All Animation.css é um conjunto de animações, divertidas para deixar seu projeto mais sexy. São animações cross-browser que darão mas ênfase a suas páginas como controles deslizantes, efeitos 3D’s..

Projects that are alternatives of or similar to All Animation

Jquery.scrollto
Lightweight, cross-browser and highly customizable animated scrolling with jQuery
Stars: ✭ 3,609 (+733.49%)
Mutual labels:  demo
Eaintroview
Highly customizable drop-in solution for introduction views.
Stars: ✭ 3,759 (+768.13%)
Mutual labels:  demo
Raspchat
A chat server that can run on Raspberry Pi
Stars: ✭ 418 (-3.46%)
Mutual labels:  demo
Miox
Modern infrastructure of complex SPA
Stars: ✭ 374 (-13.63%)
Mutual labels:  demo
Cocos Awesome
基于cocos creator游戏引擎的游戏常用功能模块集锦,以及shader特效实现集锦
Stars: ✭ 381 (-12.01%)
Mutual labels:  demo
Gwt Material
A Google Material Design wrapper for GWT
Stars: ✭ 386 (-10.85%)
Mutual labels:  demo
React Native Socket Io Example
A demo for implementing a mobile chatroom
Stars: ✭ 358 (-17.32%)
Mutual labels:  demo
Stripe Connect Rocketrides
Sample on-demand platform built on Stripe: Connect onboarding for pilots, iOS app for passengers to request rides.
Stars: ✭ 426 (-1.62%)
Mutual labels:  demo
Esp32 tft library
Full featured TFT library for ESP32 with demo application
Stars: ✭ 383 (-11.55%)
Mutual labels:  demo
Habitat
Sitecore Modular Architecture Example
Stars: ✭ 407 (-6%)
Mutual labels:  demo
Explicit Architecture Php
This repository is a demo of Explicit Architecture, using the Symfony Demo Application.
Stars: ✭ 372 (-14.09%)
Mutual labels:  demo
Raasnet
Open-Source Ransomware As A Service for Linux, MacOS and Windows
Stars: ✭ 371 (-14.32%)
Mutual labels:  demo
Refinerycms
An extendable Ruby on Rails CMS that supports Rails 6.0+
Stars: ✭ 3,825 (+783.37%)
Mutual labels:  demo
Paonet
【MVVM+RxJava2+AspectJ】泡网第三方客户端,网站主页:http://www.jcodecraeer.com/index.php
Stars: ✭ 374 (-13.63%)
Mutual labels:  demo
Goindex
Index your Google Drive
Stars: ✭ 418 (-3.46%)
Mutual labels:  demo
Hackathon Toolkit
GCP Hackathon Toolkit
Stars: ✭ 358 (-17.32%)
Mutual labels:  demo
Rhpreviewcell
I envied so much Spotify iOS app this great playlist preview cell 😍, I decided to create my own one 🌶. Now you can give your users ability to quick check "what content is hidden under your UITableViewCell". Great think is that this Library not requires 3D Touch support from user device💥.
Stars: ✭ 386 (-10.85%)
Mutual labels:  demo
Hokusai
A Swift library to provide a bouncy action sheet
Stars: ✭ 431 (-0.46%)
Mutual labels:  demo
Ngx Scanner
Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing.
Stars: ✭ 420 (-3%)
Mutual labels:  demo
Flutter Examples
Personal collection of Flutter apps.
Stars: ✭ 394 (-9.01%)
Mutual labels:  demo

All Animation

All animation.css is a set of fun animations to make your project sexier. They are cross-browser animations that will emphasize your pages with sliders, 3D effects, etc.

See the Portuguese language.

##Try the demo View demo

Contributors:

If you want to contribute to our project, read the file: contributing.md ;)

How to use:

It's easy to use, let's see step by step:

Step 1, include the necessary files in the head so the framework works correctly:

Download the All Animation: click here

and

<link rel="stylesheet" type="text/css" href="yourpath/all-animation.css" />
<script type="text/javascript" src="yourpath/jquery.js"></script>

or run

npm install all-animation

Step 2, HTML:

<div id="animation"></div>

<button class="anny-class">Trigger class, go!</button>

Step 3, jQuery:

$(".any-class").click(function(){
 $("#animation").addClass("journal");
});

Optional

If you want to add the effect at some specified time, just place a timer:

Example, triggering an animation in a particular element after 2 seconds:

setTimeout(function(){
 $("#animation").addClass("journal");
},2000);

Caution:

If you want to add some animation on an element that has had another animation, or you want to restart the animation previously triggered, you have to remove the last animation and trigger the new one. Example:

 $("#animation").removeClass("journal").addClass("four-rock");

We have several classes for animations:

Especiais:

  • dance
  • journal
  • pulse
  • pulse-slow
  • jamp
  • four-rock

Bounce:

  • enter-up-bounce
  • enter-down-bounce
  • enter-right-bounce
  • enter-left-bounce
  • scale-bounce
  • jump-bounce

Perspective:

  • tree-flip-right
  • tree-flip
  • tree-flip-up
  • tree-flip-down
  • flip-left-bounce
  • rotate-flip
  • flip-right-bounce

Fading Entrances:

  • flip-top
  • flip-left
  • flip-right
  • flip-bottom

Rotate:

  • rotate-flip-down
  • rotate-down-bounce
  • rotate-out

Agrecives:

  • flash-bang
  • bomba


Credits:

Clóvis Neto

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].