Changelog
- 5012a6b: feat: add logical slide translate utilities (#39)
- 041f32f: fix: use default fill-mode
none
instead offorwards
- 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