sally-p
12/7/2016 - 4:19 AM

Sprongfeld's anim html

Sprongfeld's anim html

<!DOCTYPE html>
<html>
  <head>
     <link href="style.css" rel="stylesheet" type="text/css"> //make a file called style.css and put it in your root folder with index.html. paste the css from the coden pen into it
       <script src="[this should point to wherever you have the bodymovin plugin stored]/js/bodymovin.js" type="text/javascript"></script>
  </head>
  <body>
        <div id="banner">
        <!--this where your anim should render.-->
       </div> 
  </body>
</html>