gravity-forms-sass
gravity-forms-sass copied to clipboard
Remove transition on textarea
$input-transition: all .3s ease-in-out;
gets applied to the textarea element, which causes a delay in the element if its resizable.
Setting resize: none
on the element would solve this issue and keep the transition