I copied the very small amount of js, html & css code from that link and placed it on a basic html page. I wrappred the css in < style > < /style > tags and wrapped the js in script tags < script > < / script > and located both the css and javascript code above the body tag, but no successful animation upon page load. So, I moved the js to below the html code, still no success. Any ideas are appreciated.
[quote=“ChrisjChrisj, post:3, topic:367276, full:true”]
I’ve tried to eliminate the blue design and keep the text, but haven’t figured it out.[/quote]
That blue design is in the d attribute of the path. Remove that d attribute and you’ll be done.
The d attribute is the d="..." part, that has all sorts of coordinate commands in there.