React Move

screenshot of React Move
react

React Move | Beautiful, data-driven animations for React

Overview

React-Move is a lightweight library that offers beautiful, data-driven animations for React applications, totaling just 3.5kb when gzipped. With fine-grained control over delay, duration, and easing, React-Move provides animation lifecycle events and custom tweening functions, making it a versatile tool for creating engaging user interfaces.

Features

  • Animate HTML, SVG & React-Native
  • Fine-grained control of delay, duration and easing
  • Animation lifecycle events: start, interrupt, end
  • Custom tweening functions
  • Awesome documentation and lots of examples
  • Supports TypeScript
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.