Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 132fd03

Browse files
committed
Update README example w/ working verison
1 parent 537bcbb commit 132fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ inlineTransitions(diff);
6262

6363
// Use jQuery to return a promise and fade in the body and paragraph.
6464
function fadeIn() {
65-
return $(this).fadeIn('slow').promise();
65+
return $(this).fadeOut(0).fadeIn(1000).promise();
6666
}
6767

6868
innerHTML(document.body, html`<body attached=${fadeIn}>

0 commit comments

Comments
 (0)