G
G
Greeg Zagrelov2020-04-14 12:27:17
css
Greeg Zagrelov, 2020-04-14 12:27:17

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

1 answer(s)
H
hzzzzl, 2020-04-14
@OldSchool1705

nope, but you can google a solution like this
https://stackoverflow.com/a/14469048

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question