Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1129491
fx_delay.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
549 B
Subscribers
None
fx_delay.html
View Options
<
html
>
<
head
>
<
style
type
=
"text/css"
>
#
inner
{
width
:
200
px
;
height
:
200
px
;
background-color
:
#484
}
</
style
>
<
script
type
=
"text/javascript"
src
=
"../../dojo.js"
></
script
>
<
script
type
=
"text/javascript"
>
dojo
.
require
(
"dojo._base.fx"
);
dojo
.
require
(
"dojo._base.html"
);
dojo
.
addOnLoad
(
function
(){
var
box
=
dojo
.
byId
(
"box"
);
dojo
.
connect
(
box
,
"onclick"
,
function
(){
dojo
.
style
(
box
,
"opacity"
,
"0"
);
dojo
.
fadeIn
({
node
:
box
,
delay
:
1
}).
play
();
});
});
</
script
>
</
head
>
<
body
>
<
div
id
=
"box"
><
button
id
=
"inner"
>
click me
</
button
></
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jun 20, 23:54 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26968
Default Alt Text
fx_delay.html (549 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment