Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/11/2012, 16:08
Avatar de memoadian
memoadian
Colaborador
 
Fecha de Ingreso: junio-2009
Ubicación: <?php echo 'México'?>
Mensajes: 3.696
Antigüedad: 15 años, 5 meses
Puntos: 641
Respuesta: ¿Animación HTML5 en header?

lo unico que debes hacer es poner el swiffy object

crear un div en tu web por ejemplo usar header sirve

Código HTML:
Ver original
  1. <!doctype html>
  2.   <head>
  3.     <meta charset="utf-8">
  4.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5.     <title>Swiffy output</title>
  6.     <script src="https://www.gstatic.com/swiffy/v4.9/runtime.js"></script>
  7.  
  8.     <script>
  9.       swiffyobject = {"tags":aqui todo el code;
  10.     </script>
  11.     <style>html, body {width: 100%; height: 100%}</style>
  12.   </head>
  13.   <body style="margin: 0; overflow: hidden">
  14.   <header id="banner"></header>
  15.     <script>
  16.       var stage = new swiffy.Stage(document.getElementById('banner'),
  17.                                    swiffyobject);
  18.      
  19.       stage.start();
  20.     </script>
  21.   </body>
  22. </html>

Ya lo de poner encima algo no se si se pueda nunca lo he intentado.