Animate.css
Animate.css

https://animate.style

Animate.css is a pre-built collection of CSS3 animations that can be used to enhance the visual appeal of web pages. These animations can be easily applied to various elements of a webpage without the need for any JavaScript or other programming languages. Animate.css provides a wide range of animation effects such as fade-in, slide-in, bounce, flip, and many more which can be utilized to create engaging and interactive user experiences. This library offers easy-to-apply classes which can be added to HTML elements to trigger specified animations. It is compatible with different types of frameworks like Bootstrap, Foundation, and Semantic UI. Animate.css is a lightweight library and has a small file size, making it a fast and efficient solution for animating web elements. Developers can also modify the source code of Animate.css to create custom animations that fit their specific needs. Overall, Animate.css is an effective and user-friendly library for adding creative animations to websites.

Read more

436,007 Companies using Animate.css

NameLinksEmployeesRevenueTrafficCountrySEOIndustry
logo
R-Zero

Biosafety technology for ..

80$41K - $47K$15K united states ..93%
logo
TerraScale

green. smart. secure.

23$5K - $13K$5K united states ..82%
logo
Recycleye

turning the world’s waste..

58$20K - $39K$5K united kingdom..71%
logo
NeuroFlow

promoting behavioral heal..

115$11K - $48K$26K united states ..86%
logo
Conektto

the generative platform f..

8$48K - $41K$4K united states ..53%
logo
Via.Delivery Corp.

66,000+ Buy Online Pickup..

19$40K - $24K$6K united states ..91%
logo
Cryptiony

quick and easy crypto tax..

5$31K - $3K$28K united kingdom..89%
logo
TeraWulf

a new paradigm for crypto..

15$38K - $23K$92K united states ..86%
logo
Bricknode

cloud financial services ..

19$5K - $22K$10K sweden79%
logo
Odyssey Wellness, LLC

mindful energy

23$45K - $13K$13K united states ..85%
logo
Airbtics

accurate short-term renta..

8$12K - $28K$56K united kingdom..79%
logo
The Bank of London

reach further® with the b..

160$14K - $48K$17K united kingdom..83%
logo
Oxford Quantum Circuits

we build quantum computer..

92$21K - $36K$11K united kingdom..93%
logo
Heart & Soil

🐄 complete nose to tail ..

23$38K - $34K$271K united states ..93%
logo
Fungies.io

we help game developers b..

8$2K - $5K$5K united states ..86%

Want to download the entire list?

Enter your email and download the entire list of 436,007+ companies

We care about your data. Read our privacy policy.

How to use Animate.css

Animate.css is a library of CSS3 animation effects that can be easily added to any HTML element. Here are the steps you can follow to use it:

  1. First, download the Animate.css library from the official website or from a CDN provider like jsDelivr.

  2. Include the Animate.css file in your HTML document by adding the following code within the head section:

    <head> <link rel="stylesheet" href="path/to/animate.css"> </head>
  3. To apply an animation effect to an HTML element, add one of the Animate.css classes to the element. For example, if you want to apply the "bounce" animation effect to a button element, add the "animate__bounce" class as follows:

    <button class="animate__bounce">Click me</button>
  4. You can also combine multiple animation effects by adding more than one class to the same element. For example, to apply the "bounce" and "rotateIn" animation effects to a button element, add the "animate__bounce" and "animate__rotateIn" classes as follows:

    <button class="animate__bounce animate__rotateIn">Click me</button>
  5. Finally, you can customize the animation duration, delay, and other properties using inline styles or by defining your own CSS rules. For example, to change the duration of the "bounce" animation effect to 2 seconds, you can add the following style rule:

    .animate__bounce { --animate-duration: 2s; }

With these simple steps, you can quickly add stunning animation effects to your web pages using Animate.css.

Make your sales data-driven.

Website's technology stack, including its CMS, ecommerce platform, and payment processor, along with details about the industry, company and its contacts.

GDPR Compliant

CCPA Compliant

SOC2 Compliant

App screenshot