Auto Animate Versions Save

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.

0.8.2

1 month ago

What's Changed

0.8.1

6 months ago

🐛 Bug fixes

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

0.8.0

8 months 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).

0.7.0

11 months ago

In this release:

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

1.0.0-beta.6

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).

1.0.0-beta.4

1 year ago

In this small release:

  • Adds a default export for better bundler compatibility.
  • Doesn’t attempt to operate on code comments.
  • Documentation improvements.

1.0.0-beta.2

1 year ago

In this release:

  • Support for Angular 💪.
  • New controller for enabling/disabling animations.
  • Removed peerDependencies to ungrumpify package managers.
  • Small bug fixes.