FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

Show images in different moments

Open armandolio opened this issue 2 years ago • 2 comments

Hey! I'm trying to show images in different moments (3 sec, 8sec, etc) I tried with FFAlbum but doesn't work for me. If I use addEffect. it's mandatory to add an effect. I wanna hide and show images with no effects. How can I do it? Many thanks!!

armandolio avatar Jan 04 '23 06:01 armandolio

image.addAnimate({
    from: {  alpha:0 },
    to: { alpha:1 },
    time: 0.0001,
    delay: 3
  });

drawcall avatar Jan 07 '23 08:01 drawcall

is it possible to show the image for few seconds and make it disappear? Basically delay is the start time, but how can I specify the end time? thank you

quocvu avatar Feb 09 '24 21:02 quocvu