@pixel1010 wrote:
Hi,
I made this really simple effect with CSS color transition on ion-icon
ion-icon[name="volume-high"] { color : #007aff; &.playing { color : #5cff5a; } transition : color 200ms ease-out; }
This is working fine on browser and android, but on ios the color is changing without any transition.
How can i solve this ?
Thanks
Posts: 1
Participants: 1