Tailwindcss: [Feature Request] Transitions

Created on 16 Mar 2019  路  1Comment  路  Source: tailwindlabs/tailwindcss

Properties like trans-slow, trans and trans-fast should be available in the main package.

Slow:
.trans-slow { transition: all .6s; }

Normal:
.trans { transition: all .3s; }

Fast:
.trans-fast { transition: all .1s; }

Most helpful comment

Closing as duplicate of #14, we will add these eventually, probably as an official plugin first and then eventually part of core.

>All comments

Closing as duplicate of #14, we will add these eventually, probably as an official plugin first and then eventually part of core.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Tjoosten picture Tjoosten  路  3Comments

chasegiunta picture chasegiunta  路  3Comments

rgaufman picture rgaufman  路  3Comments

chintanbanugaria picture chintanbanugaria  路  3Comments

Quineone picture Quineone  路  3Comments