tailwind.config.js module.exports={theme:{extend:{keyframes:{wiggle:{'0%, 100%':{transform:'rotate(-3deg)'},'50%':{transform:'rotate(3deg)'},}}} You can then reference these keyframes by name in theanimationsection of your theme configuration: tailwind...
You can animate the modal visibility by adding the keyframes and animation in the tailwind.config.js file and using it in the modal, As shown below tailwind.config.js file theme: { extend: { keyframes: { "fade-in": { "0%": { opacity: 0 }, "100%": { opacity: 1 }, }, "fade...
Tailwind lets you conditionally apply utility classes in different states using variant modifiers. For example, use hover:duration-0 to only apply the duration-0 utility on hover. <!-- ... --> For a complete list of all available state modifiers, check out the Hover, Focus, & Other ...
css tailwind-css Share Copy link Improve this question Follow askedJan 29, 2022 at 15:32 hao 24722 gold badges44 silver badges1111 bronze badges 4 Answers Sorted by: You can achieve that in pure tailwind with group max-w-{x} and transition-all, use group-hover on the span so when you...
exit-animation-opacity.md exit-animation-rotate.md exit-animation-scale.md exit-animation-translate.md exit-animation.md .gitignore .prettierignore .prettierrc LICENSE README.md crowdin.yml index.js package-lock.json package.jsonBreadcrumbs tailwindcss-animate /docs / animation-delay.md Latest...
tailwindcss View more nekzus-devpublished 1.1.0 • 7 months agopublished 1.1.0 7 months ago M Q P @teamteanpm2024/asperiores-atque-fugit [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev ...
【附源码】前端个人作品集网站展示|Next.js, TypeScript, Tailwind CSS, Framer Motion 1174 -- 13:55 App V8引擎的工作流程 3659 -- 2:16 App 绝对惊艳的开发利器:Vue Pure Admin 助你轻松构建完美后台管理系统!Vue3、 Vite、TypeScript、Pinia、Tailwindcss 5303 3 10:00 App 我选择 Nuxt.js 而非 Nex...
"Horizontal-Animation-on-Vertical-Scroll-using-Vue.js-TailwindCSS" 是一个使用 Vue.js 和 TailwindCSS 实现的在垂直滚动时进行水平动画的项目。通过这个项目,可以实现页面在垂直滚动时元素进行水平动画效果,为网页增添更加生动和引人注目的视觉体验。Vue.js 提供了强大的数据驱动和组件化能力,而TailwindCSS 则提供...
This package provides a hook for toggling dark mode in React applications with a smooth animation effect in TailwindCSS. Live code demo|Hire me here 🎥 Demo 📝 Notes The hook is only available in the browser environment. So if you use NextJS App router or any other framework that uses...
in the workplace. The hero header has a cool design of the content display. Specifically, it uses a video background that exhibits half of the screen while the other half is in filter mode. In the hero header is a display of the brand’s success indicator. Since it uses GSAP animation...