auto-animate

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

MIT License

Downloads
913.9K
Stars
12.6K
Committers
24

Bot releases are visible (Hide)

auto-animate - 0.8.2 Latest Release

Published by justin-schroeder 6 months ago

What's Changed

auto-animate -

Published by justin-schroeder 12 months ago

๐Ÿ› Bug fixes

  • Memoizes options in React to prevent recursive updates (fix for #166).
auto-animate - 0.8.0

Published by justin-schroeder about 1 year ago

This update includes several documentation updates as well as a move from yarn to pnpm. The most significant changes are:

๐Ÿ’ช New features

  • Adds a Nuxt module for easy use with nuxt.
  • Adds new page scroll animation for items that are being removed at the very bottom of the page that would otherwise cause the browserโ€™s scroll position to "jump".
  • Plugin authors can now select their own "remove" styles (thank you @KamilBeda). See diff for details.

๐Ÿ› Bug fixes

  • Improves type exports.
  • Reduces unnecessary renders in react.
  • Fixes a bug that caused re-used elements to not animate correctly (for example when using KeepAlive, #79).
auto-animate - Beta 7 (0.7.0)

Published by justin-schroeder over 1 year ago

In this release:

  • Fixed animations inside scroll containers. Thanks @rodakd (#140)
  • Adds Preact support. Thanks @cszackrison (#111)
  • Other minor doc improvements.
auto-animate - Beta 6

Published by justin-schroeder over 1 year ago

In this release:

  • Adds support for Solid.
  • Uses callback ref in React to improve support for late mounting components.
  • Adds additional typings to AnimationController to improve Svelte TypeScript support.
  • Fixes a bug that occasionally caused AbortError on some browsers (lookinโ€™ at you FireFox).
auto-animate - Beta 4

Published by justin-schroeder almost 2 years ago

In this small release:

  • Adds a default export for better bundler compatibility.
  • Doesnโ€™t attempt to operate on code comments.
  • Documentation improvements.
auto-animate - Beta 2

Published by justin-schroeder about 2 years ago

In this release:

  • Support for Angular ๐Ÿ’ช.
  • New controller for enabling/disabling animations.
  • Removed peerDependencies to ungrumpify package managers.
  • Small bug fixes.
Package Rankings
Top 1.03% on Npmjs.org
Related Projects