Skip to content

Commit be07ebb

Browse files
committed
Trigger page load animation
1 parent 4cebbdd commit be07ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/welcome/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ <h2>Themes</h2>
606606
</div>
607607
</div>
608608

609-
<script>document.body.className = 'page-loaded';</script>
609+
<script>setTimeout(function(){ document.body.className = 'page-loaded' }, 0);</script>
610610

611611
<!-- Share -->
612612

0 commit comments

Comments
 (0)