XF 1.4 How could I apply this to my logo?

Looks like javascript is doing this.

HTML:
<body>
    <!-- click gear in top right of this frame to see the links in <head> -->
    <div id="wrapper">
      <canvas id="stage"></canvas>
    </div>
<!--    <script src="dat.gui.min.js"></script>-->
<!--    <script src="resist.js"></script>-->
</body>
 
Looks like javascript is doing this.

HTML:
<body>
    <!-- click gear in top right of this frame to see the links in <head> -->
    <div id="wrapper">
      <canvas id="stage"></canvas>
    </div>
<!--    <script src="dat.gui.min.js"></script>-->
<!--    <script src="resist.js"></script>-->
</body>
why did you post the html?

Copying the code from that link does not help with what I want to do.
 
Top Bottom