Animate.css

Animate.css

Animate.css is an open-source library of ready-to-use animations for websites and web applications. With over 40 animations for things like fades, slides, attention-seekers, and more, it allows developers to easily add animations by just adding CSS classes.
Animate.css image
animation css styling effects

Animate.css: Open-source Animations for Websites

An open-source library of ready-to-use animations for websites and web applications, offering over 40 animations for various use cases.

What is Animate.css?

Animate.css is an open-source CSS animation library created by Daniel Eden. It provides a collection of over 40 ready-to-use animations that web developers can easily add to their websites simply by adding CSS classes.

Some of the animations included in Animate.css include:

  • Fading animations like fadeIn, fadeOut
  • Bouncing animations like bounce, bounceIn
  • Sliding animations like slideInDown, slideOutUp
  • Zooming animations like zoomIn, zoomOut
  • Rotating animations like rotateIn, rotateOut
  • Special attention seekers like tada, wobble

The animations are smooth and modern-looking. Animate.css is lightweight, uses only CSS, and does not depend on JavaScript, making it fast and compatible with all browsers. It can be installed via npm, Yarn, Composer, or included directly with a CDN link.

By abstracting animations into reusable classes, Animate.css saves developers time and effort when building websites. The easy-to-use API and extensive documentation also makes it simple for developers of any skill level to get up and running quickly.

Animate.css is used by over 900,000 websites and has over 48,000 stars on GitHub, making it an extremely popular animation toolkit for website development.

Animate.css Features

Features

  1. Pre-built CSS animations
  2. Easy to implement by adding classes
  3. Over 40 different animation effects
  4. Lightweight and optimized for performance
  5. Works well with popular frameworks like Bootstrap
  6. Customizable with Sass source files
  7. Supported in all major browsers

Pricing

  • Open Source

Pros

Saves development time

No JavaScript required

Small file size

Good documentation

Active development and maintenance

Large community support

Cons

Limited compared to JavaScript animations

Not all effects work perfectly in all browsers

Can only use predefined animations

May need additional CSS for full customization


The Best Animate.css Alternatives

Top Development and Css & Styling and other similar apps like Animate.css


GSAP icon

GSAP

GSAP (GreenSock Animation Platform) is a robust JavaScript animation library that provides high-performance animations, transitions, and motion for building animated experiences on the modern web. It is developed and maintained by GreenSock.Some key features of GSAP include:Smooth and high-performance animations up to 20x faster than jQueryIntuitive timeline and sequencing controlPowerful...
GSAP image
Swiper icon

Swiper

Swiper is a modular, lightweight, touch-enabled JavaScript slider library for modern websites and web applications. Developed by iDangero.us, Swiper allows you to create beautiful responsive sliders and carousels with smooth scrolling, parallax effects, transitions, and various interactive elements.Some key features of Swiper include:Smooth hardware-accelerated scrolling with dedicated GPU optimizationsExcellent performance,...
Swiper image
Anime.js icon

Anime.js

Anime.js is a lightweight JavaScript animation library that allows developers to animate elements on a website without relying on CSS or jQuery. Some key features of Anime.js include:Animates CSS properties like color, opacity, scroll, and moreWorks with SVG, DOM attributes, and JavaScript ObjectsSimple API and small file size (16kB minified+gzipped)Playback...
CSS Animate icon

CSS Animate

CSS Animate is a feature-rich CSS animation creation tool that allows designers and developers to visually create complex CSS animations and interactions. It has an intuitive drag-and-drop timeline editor that makes creating CSS animations simple and fast without having to manually write CSS code.Some key features of CSS Animate:Drag and...
CSS Animate image
Animista icon

Animista

Animista is an online animation tool that allows web developers and designers to create animations and experiment with animation effects without having to write CSS code from scratch. It has a library of over 400 ready-made animations like fades, slides, zooms, bounces, etc. that you can apply to any HTML...
Animista image
Hover.css icon

Hover.css

Hover.css is an open-source resource providing developers with a collection of pre-made CSS hover effects for links, buttons, images, and more. Created by Ian Lunn, Hover.css aims to save designers and developers time and encourage more dynamic and interactive web experiences.The Hover.css library includes over 100 CSS animation effects that...
Hover.css image
Vivus.js icon

Vivus.js

Vivus.js is an open-source JavaScript library designed specifically for animating SVGs. It provides a simple API that allows you to animate the drawing of any SVG, giving it a fun, hand-drawn appearance.Some key features and benefits of Vivus.js include:Lightweight - under 8kb minified and gzippedNo dependenciesAnimate path drawing, fading, timing,...
Vivus.js image
Atropos icon

Atropos

Atropos is an open-source non-linear video editing application for Windows, Mac and Linux. It is designed specifically for quick and precise cutting and trimming of video footage.Some key features of Atropos include:Intuitive and responsive interface optimized for keyboard use and fast editing workflowSupport for all major video, audio and image...
Atropos image
Bounce.js icon

Bounce.js

Bounce.js is a lightweight JavaScript library that applies a bouncing animation to elements on a webpage. It's often used to grab the user's attention or make parts of the page feel more dynamic and playful.Applying Bounce.js is simple - you just select the elements you want to bounce, such as...
Bounce.js image
DynCSS icon

DynCSS

DynCSS is a lightweight JavaScript library that enables dynamic editing of CSS stylesheets at runtime. It allows developers to select DOM elements and update their styling on-the-fly without needing to reload the page.Some key features of DynCSS include:Select any element by ID, class, or other selector and immediately update its...
DynCSS image
Vov.css icon

Vov.css

vov.css is an open-source CSS framework designed for building responsive, mobile-first web interfaces and applications. Despite being lightweight and minimalist, vov.css aims to provide all the basic building blocks needed for most web development projects.At its core, vov.css features a 12-column grid system that adapts to multiple screen sizes, enabling...
Vov.css image
Magic Animations CSS3 icon

Magic Animations CSS3

Magic Animations CSS3 is a lightweight JavaScript library designed to help web developers easily incorporate modern, interactive CSS animations and transitions into their websites and web applications. With a simple, declarative syntax, it abstracts away the complexity of keyframes, transforms, and other dense CSS code.Some key capabilities and benefits of...
Magic Animations CSS3 image
CSShake icon

CSShake

CSShake is an open-source JavaScript library that allows web developers to easily add shake animations to elements on their websites. Some key features of CSShake include:Lightweight - Only 2kB minified and gzipped, with no other dependenciesCustomizable - Supports customizing duration, intensity, direction of shake, and moreEasy Implementation - Can be...
CSShake image
AniJS icon

AniJS

AniJS is a lightweight open-source JavaScript library that allows web developers to easily add animations to their websites without needing to learn complex CSS animations or JavaScript code.Some key features of AniJS:Declarative syntax - You simply add data attributes like 'data-anijs' to HTML elements to declare animationsAnimated class names -...
AniJS image
Popmotion icon

Popmotion

Popmotion is an open source JavaScript motion library for powering web animations, interactions and frameworks. It provides a simple functional API that allows developers to animate anything on a webpage with just a few lines of code.Some key features of Popmotion include:Simple and intuitive API for creating spring, tween, physics...
Popmotion image
Velocity.js icon

Velocity.js

Velocity.js is a popular open-source JavaScript animation library that allows web developers to create smooth animations and transitions easily. Some key things to know about Velocity.js:Lightweight library at only 5KB minified and gzippedSimple and easy-to-use API for animating CSS propertiesSupports color animation, transforms, loops, easings, SVG animations, and moreWorks well...
Velocity.js image
Txt.wav icon

Txt.wav

txt.wav is a lightweight text editor designed for quickly opening, editing, and saving plain text documents. It lacks many of the advanced features of word processors like Microsoft Word or LibreOffice Writer, making it ideal for writing basic text documents without complex formatting.With txt.wav, users can open plain text files...
Txt.wav image
JQuery Transit icon

JQuery Transit

jQuery Transit is a popular jQuery plugin used to animate DOM elements on a web page. It provides a simple way to animate elements using CSS3 transitions and transformations, without having to worry about vendor prefixes or browser inconsistencies.Some key features of jQuery Transit include:Smooth animated transitions and transformations using...
JQuery Transit image