Answer the question
In order to leave comments, you need to log in
Can a select be given a transition?
How to set transition
for select?
<select name="" id="">
<option value="">1</option>
<option value="">2</option>
<option value="">3</option>
<option value="">4</option>
<option value="">5</option>
</select>
select {
transition: all 0.5s ease-out;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question