css-animations
Here are 1,656 public repositories matching this topic...
Full featured JavaScript image & video gallery. No dependencies
-
Updated
Feb 27, 2022 - JavaScript
A customizable, modular, responsive, lightbox gallery plugin.
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Jun 4, 2021 - CSS
A jquery plugin for CSS3 text animations.
-
Updated
Aug 4, 2021 - JavaScript
Easy to use css spinners collection with Vue.js integration
-
Updated
Aug 26, 2020 - Vue
a [μ] microInteraction library built with CSS Animations and controlled by JavaScript Power
-
Updated
Oct 4, 2018 - CSS
The first truly composable CSS animation library. Built for Vue, React, SCSS, and CSS, AnimXYZ will bring your website to life.
-
Updated
Feb 27, 2022 - SCSS
Vivify is free CSS animation library.
-
Updated
Feb 16, 2018 - CSS
Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
-
Updated
Feb 9, 2022 - HTML
A list of awesome web animation libraries, books, apps etc.
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Nov 10, 2017 - CSS
Add reverse prop
Animations can easily be reversed for cleanup using state to set the value of a reverse prop and is already implemented but it is not stated in documentation even though it works.
Example:
const [shown, setShown] = useState(false)
const yeetMenu = () => {
setShown(!shown)
}
<Slide
duration={500}
triggerOnce={true}
direction="right"
reverse={shown}
Animation library that mimics CSS keyframes when scrolling.
-
Updated
Feb 26, 2022 - JavaScript
AgileJS - The Css3 Creation Engine
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Nov 10, 2017 - JavaScript
A quirky CSS Animation Library by Shakr
-
Updated
Feb 12, 2022 - CSS
A simple, high-performance and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css.
-
Updated
Feb 8, 2018 - HTML
A React custom-hook for creating flexible and accessible expand/collapse components.
-
Updated
Dec 23, 2021 - TypeScript
A JavaScript library to animate content on page scroll.
-
Updated
Mar 19, 2022 - JavaScript
A React.js wrapper component to animate the line stroke in SVGs
-
Updated
Jan 27, 2019 - JavaScript
Convert pure CSS to React Style or javascript literal objects.
-
Updated
Oct 22, 2017 - JavaScript
Everything about programming!!
-
Updated
Mar 31, 2019 - JavaScript
Izmir - An image hover mini CSS library
-
Updated
Sep 29, 2021 - SCSS
Create a beautiful star falling background with starback.js
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Nov 26, 2015 - JavaScript
A collection of magic animations for react components.
-
Updated
Feb 21, 2022 - JavaScript
Create animated terminal presentations. Export as SVG, animated GIF, or HTML+CSS
-
Updated
Oct 16, 2021 - JavaScript
CSS Animation Library for Developers and Ninjas
-
Updated
Jan 7, 2020 - CSS
My current personal website
-
Updated
Mar 6, 2022 - Svelte
Improve this page
Add a description, image, and links to the css-animations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the css-animations topic, visit your repo's landing page and select "manage topics."


We should make sure that it's possible to import individual source files directly from the node_modules so developers won't need to resort to custom builds which are very annoying to maintain and not very practical these days.
I think we should check/add support for at least:
Have a look at #1307 for more context.