Welcome to the realm of enhanced web dynamics with the TW elements
Animations Extended toolkit. Discover a captivating array of seamless
animations designed to breathe life into your web projects. This collection
features a versatile set of animations including drop-in
,
drop-out
, fly-in
variations (up, down, left,
right), fly-out
variations (up, down, left, right),
browse-in
, browse-out
,
browse-out
transitions (left, right), as well as
attention-grabbing effects like jiggle
, flash
,
shake
, and glow
.
Note: When you use Animation Extended, you don't need to
configure transition timing function
– they come preset.
Simply provide the animation name and duration in the
data-twe-animation
attribute, and you're all set to elevate
your web content with captivating animations.
For example:
data-twe-animation="[drop-in_0.5s]"
;
data-twe-animation="[browse-out-left_0.5s]"
Also, be sure to explore the primary Animations documentation for further information.
Move the mouse over the squares below to launch the animation.
Important: If you want to use one of the animations above
you got to add their name in object safelist
in
theme
of your tailwind.config.js
.
For example:
safelist: ['animate-[drop-in_0.5s]', 'animate-[drop-out_0.5s]']
.