You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 outtransition: all
everywhere along the codebase. It's clearly an antipattern.The text was updated successfully, but these errors were encountered: