npm tw-animate-css 1.3.4
v1.3.4

latest releases: 1.3.8, 1.3.0-canary.33, 1.3.0-canary.32...
3 months ago

Changelog

  • 5012a6b: feat: add logical slide translate utilities (#39)
  • 041f32f: fix: use default fill-mode none instead of forwards
  • 7f6ad32: chore: bump version to 1.3.4 and update package manager version

Issues fixed

  • #42: bug: incorrect default value for fill-mode breaking some animations (thanks for your help, @ollema)

New features

This release adds logical start, end slide utilities. Compared to left and right, these take the text direction into consideration, allowing you remove some redundancy:

- ltr:slide-in-from-left-4 ltr:slide-out-to-left-4 rtl:slide-in-from-right-4 rtl:slide-out-to-right-4
+ slide-in-from-start-4 slide-out-to-start-4

Don't miss a new tw-animate-css release

NewReleases is sending notifications on new releases.