Cross Reference: app-transitions-test.js
xref
: /
yui3
/
src
/
app
/
meta
/
app-transitions-test.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
function
(Y) {
var
doc
= Y.
config
.
doc
,
node
=
doc
?
doc
.
documentElement
:
null
;
if
(
node
&&
node
.
style
) {
return
(
'MozTransition'
in
node
.
style
||
'WebkitTransition'
in
node
.
style
);
}
return
false
;
}