Is this code automatically browser supported?:
document.getElementById('test').style.animation = 'FadeOut 1s';
Or do i have to add extensions to it for other browsers' support like for example: -webkit- -moz- -o-
If so how would its syntax be?
Is this code automatically browser supported?:
document.getElementById('test').style.animation = 'FadeOut 1s';
Or do i have to add extensions to it for other browsers' support like for example: -webkit- -moz- -o-
If so how would its syntax be?