Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic or utility transition classes #20

Open
codysherman opened this issue Nov 11, 2019 · 0 comments
Open

Automatic or utility transition classes #20

codysherman opened this issue Nov 11, 2019 · 0 comments

Comments

@codysherman
Copy link
Member

Some utility classes such as .opacity-100 would seemingly almost always benefit from a transition being added to it. transition: opacity $animate-speed.

The problems occur with the fact that transitions don't add to each other but instead overrule the past rules:

transition: opacity 1s;
transition: transform 1s;

is not equivalent to
transition: opacity 1s, transform 1s;

Should a transition be automatically be added to certain utility classes like ,opacity-100, .opacity-0, and .rotate-180? Or perhaps there are transition utility classes like .transition-opacity?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant