Java

Permalink
Hi everyone, searched everywhere, probably nothing here, or didn't search good enough. I'm trying to add an .js animation to my website, without success. Tried with HTML blocks, nothing. Does anyone have any tips?

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi ernst1712,

What version of concrete5 are you using?

Is the JavaScript animation created with a program like Adobe Edge Animate, Tumult Hype, or an online animation builder?
ernst1712 replied on at Permalink Reply
Hi MrKDilkington,

Thanks for you response.
No, it's just code, Notepad PP, Saved as .Js
MrKDilkington replied on at Permalink Reply
MrKDilkington
Does the animation use assets like images?

When you tried using an HTML block, did you take the contents of your .js file and place it inside a <script> tag?
ernst1712 replied on at Permalink Reply
No, no images, but links to other .js's on the web.

Yes, placed in an <script> </script> tag.
ernst1712 replied on at Permalink Reply
Found the bug.
had a typo in one of the links.

Thanks for the help.