Home › Forums › CSS › CSS-animation should begin after page is fully loaded. › Reply To: CSS-animation should begin after page is fully loaded.
June 21, 2016 at 2:38 am
#243027
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;
}