14 JavaScript Animation Libraries

by Janeth Kent Date: 17-05-2020 javascript libraries animations

Well - designed and smooth animations are one of the most important things that makes an app stand out from the crowd. The purpose of UI animations is to help users understand the product in a more interactive way.

While surfing the web in search of a cool animation library in Javascript, we discovered that many of the "suggested" libraries had not been maintained for a while. For this reason, after some serious research, we have decided to collected 14 of the best libraries to use in your projects.

1. Three.js

This popular library with over 43 K stars is a great way to create 3D animations on the browser by intuitively using WebGL. This library allows us to create rich interactive experiences across devices and browsers by providing < canvas >, < svg >, CSS3D and WebGL renderers. The library was first introduced in April 2010, and nearly 1,000 contributors are still developing it.

2. Anime.js

Anime is a JavaScript animation library with more than 20 K stars that works with CSS properties, individual CSS transformations, SVG or DOM attributes and JavaScript objects. This library allows you to chain several animation properties, synchronize multiple instances, create timelines and more.

3. Mo.js

This library is a motion graphics toolbelt for the web at 14 K stars, with simple declarative APIs, cross-device compatibility and more than 1500 unit tests. You can move or create unique mo.js objects around the DOME or SVG DOME. Although documentation is somewhat scarce, there are many examples and an introduction to CSS tricks.

4. Velocity

Velocity is a fast Javascript animation engine with the same API as the $.animate) (of jQuery at 15 K stars. It features color animation, transformations, loops, loosening, support for SVG and scrolling. Here's a breakdown of the high performance engine of Velocity, and here's an intro to the library's SVG animation.

5. Popmotion

This functional and reactive library of animation weighs only 11 kb at 14 K stars. It allows developers to create animations and interactions from actions that are value streams that can be started and stopped and created using CSS, SVG, React, three.js and any API that accepts a number as an input.

6. Vivus

At more than 10 K stars, Vivus is a JavaScript class with zero - dependencies that allows you to animate SVGs, giving them the appearance of drawing. You can use one of the many animations available or create a custom script to draw SVG. For a live example, check out Vivus - instant.

7. GreenSock JS

GSAP is a library of JavaScript to produce high - performance, zero dependencies, cross - browser animations that claim to be used on more than 4 million websites. GSAP is flexible and uses React, Vue, Angular and Vanilla JS. GSDevtools can also help GSAP - built dubug animations.

8. Scroll Reveal

This library provides easy scroll animations for web and mobile browsers with 15 K stars and zero dependencies to reveal things on scroll in an animated manner. It supports several clean types of effects and can even define animations using natural language.

9. Hover (CSS)

Well, it's a library of CSS. At 20 K stars, Hover offers a collection of CSS3-powered hover effects available in CSS, Sass and LESS for links, buttons, logos, SVG, images and more. The effect you want to use in your own stylesheet or reference the stylesheet can be copied and pasted.

10. Kute.js

A fully functioning native JavaScript animation engine with key cross - browser animation features. The focus is on code quality, flexibility, performance and size (17k min and 5.5k gzipped core engine). The library can also be expanded so that you can add your own functions.

11. Typed.js

This library of 6 K stars basically allows you to create animations for strings at selected speeds. You can also place an HTML div on the page and read from it to allow access for search engines and users with JavaScript disabled.

Also check out: iTyped

12. SVG.js

The lightweight library for manipulating and animating SVG. SVG.js has no dependencies and aims to be as small as possible while providing close to complete coverage of the SVG spec.

13. TweenJS

TweenJS is a simple tweening library for use in JavaScript. It was developed to integrate well with the EaselJS library, but is not dependent on or specific to it. It supports tweening of both numeric object properties & CSS style properties. The API is simple but very powerful, making it easy to create complex tweens by chaining commands.A simple but powerful JavaScript library for tweening and animating HTML5 and JavaScript properties. Works stand-alone or integrated with EaselJS.

14. Ant Motion

Ant Motion is a motion design specification from Ant Design, and also provide a complete solution with lots of out-of-box animations for your React applications.

What can Ant Motion do?

  • Create neat animations by using React components with a simple configuration.
  • Create beautiful landing page with motions by a few steps.

Before diving into these libraries, don't forget about using pure CSS!

Business vector created by freepik - www.freepik.com

 
by Janeth Kent Date: 17-05-2020 javascript libraries animations hits : 17919  
 
Janeth Kent

Janeth Kent

Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.

 
 
 

Related Posts

How to upload files to the server using JavaScript

In this tutorial we are going to see how you can upload files to a server using Node.js using JavaScript, which is very common. For example, you might want to…

How to combine multiple objects in JavaScript

In JavaScript you can merge multiple objects in a variety of ways. The most commonly used methods are the spread operator ... and the Object.assign() function.   How to copy objects with…

The Payment Request API: Revolutionizing Online Payments (Part 2)

In the first part of this series, we explored the fundamentals of the Payment Request API and how it simplifies the payment experience. Now, let's delve deeper into advanced features…

The Payment Request API: Revolutionizing Online Payments (Part 1)

The Payment Request API has emerged as the new standard for online payments, transforming the way transactions are conducted on the internet. In this two-part series, we will delve into…

Let's create a Color Picker from scratch with HTML5 Canvas, Javascript and CSS3

HTML5 Canvas is a technology that allows developers to generate real-time graphics and animations using JavaScript. It provides a blank canvas on which graphical elements, such as lines, shapes, images…

How do you stop JavaScript execution for a while: sleep()

A sleep()function is a function that allows you to stop the execution of code for a certain amount of time. Using a function similar to this can be interesting for…

Mastering array sorting in JavaScript: a guide to the sort() function

In this article, I will explain the usage and potential of the sort() function in JavaScript.   What does the sort() function do?   The sort() function allows you to sort the elements of…

Infinite scrolling with native JavaScript using the Fetch API

I have long wanted to talk about how infinite scroll functionality can be implemented in a list of items that might be on any Web page. Infinite scroll is a technique…

Sorting elements with SortableJS and storing them in localStorage

SortableJS is a JavaScript extension that you will be able to use in your developments to offer your users the possibility to drag and drop elements in order to change…

What is a JWT token and how does it work?

JWT tokens are a standard used to create application access tokens, enabling user authentication in web applications. Specifically, it follows the RFC 7519 standard. What is a JWT token A JWT token…

Template Literals in JavaScript

Template literals, also known as template literals, appeared in JavaScript in its ES6 version, providing a new method of declaring strings using inverted quotes, offering several new and improved possibilities. About…

How to use the endsWith method in JavaScript

In this short tutorial, we are going to see what the endsWith method, introduced in JavaScript ES6, is and how it is used with strings in JavaScript. The endsWith method is…

Clicky