#
css-animations
Here are 1,743 public repositories matching this topic...
Full featured JavaScript image & video gallery. No dependencies
gallery
youtube
vimeo
thumbnails
animation
image-gallery
css-animations
lightbox
html5-video
lightbox-gallery-plugin
video-gallery
-
Updated
May 10, 2022 - JavaScript
A customizable, modular, responsive, lightbox gallery plugin.
react
youtube
vimeo
angular
video
vue
thumbnails
image-gallery
css-animations
lightbox
html5-video
lightbox-gallery-plugin
video-gallery
react-gallery
angular-gallery
lit-element
vue-gallery
-
Updated
May 11, 2022 - TypeScript
css
css3
css-animations
cssnext
css-transitions
css-properties
docsify
css-experiment
css-snippets
css-variables
pseudo-elements
css-tricks
css-effects
css-flexbox
css-layout
css-shapes
css-center
css-shadow-parts
css-scrollbar
-
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
javascript
css
html
gallery
vue
css-animations
vue-components
spinner
animations
css-loaders
loading-animations
loading-screen
loading-spinner
vue-spinner-component
css-spinners-collection
-
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.
react
css
vue
animation
css-animations
scss
css-framework
functional-css
composable-animations
animxyz
-
Updated
Apr 29, 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.
javascript
gallery
algorithm
thumbnails
css-animations
infinite-scroll
filter
justification
crop
masonry
behaviour
bricklayer
masonry-layout
mason
justified-layout
-
Updated
Apr 27, 2022 - HTML
A list of awesome web animation libraries, books, apps etc.
css
awesome
video
materials
animation
css-animations
motion
transitions
web-animation
awesome-list
engines
canvas-animation
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Nov 10, 2017 - CSS
Open
Add reverse prop
astgermain
commented
Dec 16, 2020
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}
good first issue
Good for newcomers
Animation library that mimics CSS keyframes when scrolling.
-
Updated
Feb 26, 2022 - JavaScript
AgileJS - The Css3 Creation Engine 🍖 🌭 🍔
css3
animation
css-animations
css-framework
game-framework
css3-animations
html5-css3
css-games
css3-engine
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Nov 10, 2017 - JavaScript
A quirky CSS Animation Library by Shakr
-
Updated
Apr 27, 2022 - CSS
A simple, high-performance and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css.
javascript
css
html
jquery
smooth-animations
css3
css-animations
carousel
cross-browser
css3-animations
animatecss
rotating-phrases
carousel-plugin
-
Updated
Feb 8, 2018 - HTML
A React custom-hook for creating flexible and accessible expand/collapse components.
-
Updated
May 8, 2022 - TypeScript
A JavaScript library to animate content on page scroll.
javascript
css
animation
css-animations
vanilla-javascript
javascript-library
mutation-observer
page-scroll
intersectionobserver
scroll-animation
-
Updated
Mar 21, 2022 - JavaScript
A React.js wrapper component to animate the line stroke in SVGs
-
Updated
Jan 27, 2019 - JavaScript
Everything about programming!!
javascript
computer-science
tutorial
elixir
aws-lambda
article
css-animations
programmer-tool
lambda-functions
computer-science-algorithms
gcp
google-cloud
css-transitions
tutorials
javascript-tutorial
javascript-tests
devtips
google-cloud-platform
javascript-es6
-
Updated
Mar 31, 2019 - JavaScript
Convert pure CSS to React Style or javascript literal objects.
-
Updated
Oct 22, 2017 - JavaScript
Izmir - An image hover mini CSS library
-
Updated
Apr 11, 2022 - 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
css
animation
css-animations
transition
web-animation
css3-animations
greensock
text-animation
css-hover-animation
-
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.