顺风过渡持续时间 css
Transition duration with tailwind css
顺风 CSS 的过渡持续时间是否有 class?
例如,有没有办法在此示例中添加过渡持续时间 div?
<div class=”text-black hover:text-red”>test</div>
编辑:tailwindcss v1.2.0 added transitions in 2020
目前标准 tailwindcss 中没有转换实用程序(github from 2017). However, transition utilities can be enabled through plugins. You should look at benface's plugin tailwindcss-transitions 上有一个未解决的问题。
npm install tailwindcss-transitions
2020 年更新:
CSS 转换和 CSS 转换现已可用。
顺风 CSS 的过渡持续时间是否有 class? 例如,有没有办法在此示例中添加过渡持续时间 div?
<div class=”text-black hover:text-red”>test</div>
编辑:tailwindcss v1.2.0 added transitions in 2020
目前标准 tailwindcss 中没有转换实用程序(github from 2017). However, transition utilities can be enabled through plugins. You should look at benface's plugin tailwindcss-transitions 上有一个未解决的问题。
npm install tailwindcss-transitions
2020 年更新: CSS 转换和 CSS 转换现已可用。