Hello, I’ve been playing around with adding the canvas javascript to my site and I came across this resource of canvas examples. Could anyone help me translate these code examples to the webflow interface?
Thanks!
Hello, I’ve been playing around with adding the canvas javascript to my site and I came across this resource of canvas examples. Could anyone help me translate these code examples to the webflow interface?
Thanks!
Hi Lynn,
Welcome to the forum
Codepen is devided into 3 sections:
So, create a page, with similar <body>
properties.
Add an embed code item with the <canvas>
line in it (since Webflow does not have a native canvas element.
Paste the script in one of the locations wrapped with <script>
tag at the beginning and </script>
tag at the end.
That will do the job
This is very helpful. Thanks so much!