Code: Select all
ShowObject "Image1" "bounceInLeft" 80
Delay 1000
HideObject "Image1" "bounceOutDown" 50
De tener el objeto invicible directamente aparece y nada sucede.
He probado algunas librerías JS como esta: https://github.com/miniMAC/magic y sucede prácticamente lo mismo, el primer efecto va bien, pero el segundo no lo realiza.
¿ideas?
I have for example this code and in Chrome, IE, + 11, Firefox, etc does not do what it should or does wrong:
Code: Select all
ShowObject "Image1" "bounceInLeft" 80
Delay 1000
HideObject "Image1" "bounceOutDown" 50
To have the invincible object directly appears and nothing happens.
I have tried some JS libraries like this: https://github.com/miniMAC/magic and it happens pretty much the same, the first effect is fine, but the second does not.
Ideas?