Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS-animation should begin after page is fully loaded. Reply To: CSS-animation should begin after page is fully loaded.

#243027
Atelierbram
Participant

Using the javascript function in the demo here; it sets a class name on the HTML-element on page-load. In the CSS we can use this like so:

.is-loaded .st0 {
  animation-name: draw;
} 

http://codepen.io/atelierbram/pen/jrVNjX