Bump tw-animate-css from 1.2.9 to 1.3.0
Bumps tw-animate-css from 1.2.9 to 1.3.0.
Release notes
Sourced from tw-animate-css's releases.
v1.3.0
Changelog
- 6dba4b0: fix: align syntax with Tailwind CSS syntax
- c82b41c: docs: add tree-shaking note
- 33b4e50: feat: add animation-duration-* utility
- a6fcd13: chore: bump version to 1.3.0 and update dependencies
New features
I've decided to add a
animation-duration-*utility which should be used to define animation durations in the future. For now,duration-*is still supported to remain compatible withtailwindcss-animate.This utility was added so you can define different durations for transitions and animations. Probably not something many people have a use case for, but I didn't want to define an own
duration-*utility to actually setanimation-duration. Please open an issue if you prefer to keep usingduration-*instead ofanimation-duration-*.Breaking Change
zoom-in-*andzoom-out-*utilities now require ratios to be specified differently:- zoom-in-[1/2] + zoom-in-1/2I don't expect this to affect many people, which is why this is not a major release. If you are affected by this, let me know.
Commits
a6fcd13chore: bump version to 1.3.0 and update dependencies33b4e50feat: add animation-duration-* utilityc82b41cdocs: add tree-shaking note6dba4b0fix: align syntax with Tailwind CSS syntax- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)