GSAP boasts about its ability to create stunning animations for the web using HTML5, but it's important to note that they specifically mention on Greensock.com that they do not rely on the canvas framework in HTML5. Although their code includes JavaScript from the provided script, the exact method of how they utilize HTML5 for animations remains unclear. This raises the question: if GSAP doesn't use canvas, how else are they implementing HTML5 animations? Furthermore, if they are able to achieve such impressive animations with pure HTML5, does this mean that HTML5 animations are faster than those created using CSS, jQuery, and plain JavaScript?