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

Never use 'transition: all' #526

Closed
miloxeon opened this issue Nov 10, 2018 · 1 comment
Closed

Never use 'transition: all' #526

miloxeon opened this issue Nov 10, 2018 · 1 comment
Assignees

Comments

@miloxeon
Copy link

So, you've used transition: all on a textarea element. It causes textarea resize to lag exactly by duration you've set. I even recorded a demo.

So, it'll be better to remove transition: all from the textarea at least, and at most to clean out transition: all everywhere along the codebase. It's clearly an antipattern.

@picturepan2
Copy link
Owner

@uyouthe Fixed in v0.5.6. Thank you.

@picturepan2 picturepan2 mentioned this issue Nov 20, 2018
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

2 participants