I use a CSS framework which applies transitions on moving the mouse over input elements.
I have a class which I want to not have this transition. Is this possible?
I use a CSS framework which applies transitions on moving the mouse over input
Share
Just put transition:none; in the css and make its priority higher than the others.
Example:
html:
css: