animere

🍃 CSS-driven scroll-based animations

MIT License

Downloads
220
Stars
26
Committers
1

Bot releases are hidden (Show)

animere - 1.10.1

Published by johannschopplich over 3 years ago

  • Simplify generation of declaration files
animere - 1.10.0

Published by johannschopplich over 3 years ago

  • Refactor build setup to use Vite, Prettier etc.
animere - 1.9.2

Published by johannschopplich over 3 years ago

  • animateCSS class methods doesn't need to be async, since it returns a new Promise anyway
animere - 1.9.1

Published by johannschopplich over 3 years ago

  • Improve Typescript comments
animere - 1.9.0

Published by johannschopplich over 3 years ago

  • Add data-animere-finished to element after animation has… well, finished
animere - 1.8.0

Published by johannschopplich over 3 years ago

  • Set visibility: visible on elements to animate
animere - 1.7.1

Published by johannschopplich over 3 years ago

  • Improve typings
  • Fix build assets not being published on npm
animere - 1.7.0

Published by johannschopplich over 3 years ago

  • Rewrite project in Typescript
animere - 1.6.0

Published by johannschopplich over 3 years ago

  • Generate typings for the project
animere - 1.5.0

Published by johannschopplich over 3 years ago

  • Improve bot and crawler detection.
animere - 1.4.0

Published by johannschopplich about 4 years ago

  • Improve internal code and shave off 17 bytes minfied and gzipped.
animere - 1.3.2

Published by johannschopplich about 4 years ago

Notable Changes

  • Simplify crawler detection (skip checking for onscroll event handler property)
animere - 1.3.1

Published by johannschopplich over 4 years ago

Notable Changes

  • Use for...of instead of forEach(), e.g. for NodeList objects.
animere - 1.3.0

Published by johannschopplich over 4 years ago

Notable Changes

  • Internal optimizations (resulting in smaller file overhead)
  • New build script
  • Publish minified script on npm as well
animere - 1.2.0

Published by johannschopplich over 4 years ago

Notable Changes

  • Fix support of delay, for example: data-animere-delay="2s"
  • Add support of the repeat property, for example: data-animere-repeat="4"
animere - 1.1.0

Published by johannschopplich over 4 years ago

Notable Changes

  • More stylistically confident docs – including improved setup, responsiveness & typography.
  • watchDOM mode: Filter node types other than element (like text or comment). This is relevant when adding new DOM elements from a cloned template HTML tag. See the docs source.
  • watchDOM mode: Make sure only nodes with the correct data prefix get animated.
animere - First Release

Published by johannschopplich over 4 years ago

This is the birth of Animere.js.