Hi,
I try to animate a simple image but it doesn’t work.
My code pretty simple :
import wixAnimations from ‘wix-animations’ ;
let timeline = wixAnimations.timeline();
const button1 = $w( “#image1” ) ;
timeline.add(button1,{ “rotate” : 360 , “scale” : . 5 , “duration” : 1000 });
Nothing happens. This image is displayed and that’s all.
Have you already met this problem ?
Regards,