# tw-animate-css v1.3.4 - Product: tw-animate-css (https://whatsnew.fyi/product/tw-animate-css) - Vendor: Wombosvideo - Date: 2025-06-04 - Version: v1.3.4 - Original notes: https://github.com/Wombosvideo/tw-animate-css/releases/tag/v1.3.4 - Permalink: https://whatsnew.fyi/product/tw-animate-css/releases/v1.3.4 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- ##### 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: ```diff - 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 ```