+ 6
Why can't I use "transition" more than once in the example below?[solved]
5 Réponses
+ 3
you can always specify which CSS property you want to apply transition to, if you want your transition to apply to every styling on an element just put 'all' in place of the CSS property just specify the duration only, like
transition: all 1s;
or
transition: 1s;
+ 10
zabih it is solved now. (And deleted , lol ).
+ 5
It works. Thank you!
+ 3
You are welcome
+ 1
What is transition of not working?