Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2020, 14:54
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Respuesta: Animación con CSS no me funciona

Problema resuelto.
me faltaba agregar:

Código CSS:
Ver original
  1. @-webkit-keyframes animacion_1 {           
  2. from {
  3.     width: 550px;
  4.     height: 0px;   
  5.     opacity: 0;
  6.     margin: 0 auto;
  7.     }
  8.    
  9. to {   
  10.     width: 550px;
  11.     height: 825px;
  12.     opacity: 1;
  13.     margin: 0 auto;
  14.     }  
  15. }

Con ella agrego el movimiento.
__________________
Diseñador Gráfico publicitario