Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Wombosvideo/tw-animate-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.9
Choose a base ref
...
head repository: Wombosvideo/tw-animate-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.6
Choose a head ref
  • 20 commits
  • 9 files changed
  • 2 contributors

Commits on May 16, 2025

  1. fix: align syntax with Tailwind CSS syntax

    - fix `zoom-in-*` and `zoom-out-*` utilities to correctly handle numbers and custom values
    - feat: add negated `-zoom-in-*`, `-zoom-out-*`, `-spin-in-*`, and `-spin-out-*` utilities
    - feat: allow using ratio values for spin utilities
    
    BREAKING CHANGE: `zoom-in-*` and `zoom-out-*` utilities now require ratios to be specified
    as `1/2`, `1/3`, etc., instead of `[1/2]`, `[1/3]`, etc.
    Wombosvideo committed May 16, 2025
    Configuration menu
    Copy the full SHA
    6dba4b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82b41c View commit details
    Browse the repository at this point in the history
  3. feat: add animation-duration-* utility

    - add `animation-duration-*` utility
    - modify animations to use new `--tw-animation-duration` variable
    - fix styles for `duration-*` in the documentation
    - add `animation-duration-*` to  the documentation
    Wombosvideo committed May 16, 2025
    Configuration menu
    Copy the full SHA
    33b4e50 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    a6fcd13 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. fix: add @Property declarations for animation variables to enhance in…

    …heritance control (#33)
    
    Fixes #32
    
    Co-authored-by: jinyongp <root@jinyongp.dev>
    Wombosvideo and jinyongp authored May 29, 2025
    Configuration menu
    Copy the full SHA
    e59dfed View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    28156a2 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    6c0f52e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    493b3aa View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    e7b4aac View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. feat: add support for Kobalte UI variables to accordion and collapsib…

    …le animations (#37)
    
    Adds --kb-accordion-content-height and --kb-collapsible-content-height to the accordion- and collapsible- utilities and updates the documentation accordingly.
    
    Addresses #36.
    Wombosvideo authored Jun 1, 2025
    1 Configuration menu
    Copy the full SHA
    ccfe1ec View commit details
    Browse the repository at this point in the history
  2. fix: add CSS variables for animation utilities (#40)

    * fix: add CSS variables for animation utilities
    
    * fix: rename --tw-repeat to --tw-animation-iteration-count for consistency
    
    Fixes #34
    Wombosvideo authored Jun 1, 2025
    1 Configuration menu
    Copy the full SHA
    919999e View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    ffce555 View commit details
    Browse the repository at this point in the history
  4. feat: add logical slide translate utilities (#39)

    * feat: add logical slide translate utilities
    
    * docs: add logical slide translate utilities documentation
    
    Closes #35
    Wombosvideo authored Jun 1, 2025
    1 Configuration menu
    Copy the full SHA
    5012a6b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    041f32f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    7f6ad32 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    b8cc09c View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    69fbfcd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Configuration menu
    Copy the full SHA
    58f3396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8313476 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    f81346c View commit details
    Browse the repository at this point in the history
Loading