Hi,
I tried to insert a edge animation in Joomla. The only way I found was with a frame. It is not so nice, but it works.
When I tried to insert the .js in the head just with the help of module, it does not work. Has some body a solution?
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8"/> | |
| <title>test-animation</title> | |
| <!--Adobe Edge Runtime--> | |
| <script type="text/javascript" charset="utf-8" src="animation4_edgePreload.js"></script> | |
| <style> | |
| .edgeLoad-EDGE-23323512 { visibility:hidden; } | |
| </style> | |
| <!--Adobe Edge Runtime End--> | |
| </head> | |
| <body style="margin:0;padding:0;height:100%;"> | |
| <div id="Stage" class="EDGE-23323512"> | |
| </div> | |
| </body> |
Thanks a lot
Philippe