animere

🍃 CSS-driven scroll-based animations

MIT License

Downloads
220
Stars
26
Committers
1

Bot releases are hidden (Show)

animere - 1.17.0

Published by johannschopplich over 2 years ago

animere - 1.16.3

Published by johannschopplich almost 3 years ago

Bug Fixes

  • change logic for initResolver (b74a81b)
animere - 1.16.2

Published by johannschopplich almost 3 years ago

animere - 1.16.1

Published by johannschopplich almost 3 years ago

Bug Fixes

Features

animere - 1.16.0

Published by johannschopplich almost 3 years ago

Bug Fixes

  • rename handler to skipInit (d9dc7d6)
animere - 1.15.1

Published by johannschopplich almost 3 years ago

Bug Fixes

animere - 1.15.0

Published by johannschopplich almost 3 years ago

Features

animere - 1.14.1

Published by johannschopplich about 3 years ago

Bug Fixes

animere - 1.14.0

Published by johannschopplich about 3 years ago

Changelog

  • refactor: minor code refactorizations
  • chore: simplify eslint rules
animere - 1.13.0

Published by johannschopplich about 3 years ago

Changelog

  • chore: fix an issue with missing assets in last two release tags
animere - 1.12.0

Published by johannschopplich about 3 years ago

Changelog

  • feat: make utils available outside class
animere - 1.11.0

Published by johannschopplich about 3 years ago

Changelog

  • feat: make some methods statically available
  • refactor: miscellaneous project setup refactors
animere - 1.10.9

Published by johannschopplich over 3 years ago

  • Minor project setup updates
animere - 1.10.8

Published by johannschopplich over 3 years ago

  • Use ESLint with lint-staged as well
animere - 1.10.7

Published by johannschopplich over 3 years ago

  • Use ESLint aside from Prettier
animere - 1.10.6

Published by johannschopplich over 3 years ago

  • Upgrade dependencies
  • Upgrade Node version in Netlify config
animere - 1.10.5

Published by johannschopplich over 3 years ago

  • Improve docs setup
animere - 1.10.4

Published by johannschopplich over 3 years ago

  • Fix code sample errors in README.md
animere - 1.10.3

Published by johannschopplich over 3 years ago

Animere.js can now be used without a build step. Simply load it from a CDN:

<script src="https://unpkg.com/animere" defer init></script>

<!-- Anywhere on the page -->
<div data-animere="fadeIn"></div>
  • The defer attribute makes the script execute after HTML content is parsed.
  • The init attribute tells Animere.js to automatically initialize and animate all elements that have a data-animere attribute.
animere - 1.10.2

Published by johannschopplich over 3 years ago

  • Fix service worker being installed during development