#
css-animations
Here are 1,427 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
Sep 12, 2021 - JavaScript
Open
V2 feature request
9
ddrury
commented
May 14, 2021
Is your feature request related to a problem? Please describe.
Not a problem
Describe the solution you'd like
Provide ability to localise (ie translate) the aria-label text of controls (lg-icon)
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
Vivify is free CSS animation library.
-
Updated
Feb 16, 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
Oct 6, 2021 - SCSS
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
Sep 28, 2021 - 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
Animation library that mimics CSS keyframes when scrolling.
-
Updated
Oct 6, 2021 - JavaScript
AgileJS - The Css3 Creation Engine 🍖 🌭 🍔
css3
animation
css-animations
css-framework
game-framework
css3-animations
html5-css3
css-games
css3-engine
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Nov 10, 2017 - JavaScript
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}
A quirky CSS Animation Library by Shakr
-
Updated
Aug 11, 2021 - 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 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
Jun 27, 2020 - JavaScript
A React.js wrapper component to animate the line stroke in SVGs
-
Updated
Jan 27, 2019 - JavaScript
A React custom-hook for creating flexible and accessible expand/collapse components.
-
Updated
Oct 4, 2021 - TypeScript
Convert pure CSS to React Style or javascript literal objects.
-
Updated
Oct 22, 2017 - 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
Izmir - An image hover mini CSS library
-
Updated
Sep 29, 2021 - SCSS
-
Updated
Nov 26, 2015 - JavaScript
A collection of magic animations for react components.
-
Updated
Oct 6, 2021 - 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
Create a beautiful star falling background with starback.js
-
Updated
Oct 1, 2021 - JavaScript
A kick ass site menu powered by styled components inspired by Stripe.
menubar
styled-components
navigation
css-animations
navbar
site
menu
bar
navigate
menu-navigation
nav
navigationview
navigationbar
navigation-menus
menu-animation
menu-item
sitenavigationelement
react-site-nav
sitenav
animated-menu
-
Updated
Sep 21, 2021 - JavaScript
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.