understanding transitionend
Posted: Mon May 11, 2015 3:46 am
hey guys
i have a small question
have a look at this fiddle
jsfiddle.net/Lh7aksLq
now the console.log prints the following :
why just these two results ??
Why not the following ??
Thanks .
Gautam.
i have a small question
have a look at this fiddle
jsfiddle.net/Lh7aksLq
now the console.log prints the following :
Code: Select all
"WebkitTransition"
"MozTransition"Why not the following ??
Code: Select all
WebkitTransition
MozTransition
OTransition
transitionGautam.