Цитата:
|
else if('onotransitionend' in myDiv || navigator.appName == 'Opera') {
// Opera
// As of Opera 10.61, there is no "onotransitionend" property added to DOM elements,
// so it will always use the navigator.appName fallback
transition = 'oTransitionEnd';
|
Немного странное условие. Т.е., если браузер опера, условие все-равно сработает, не зависимо от поддержки transition.