FFCreator
FFCreator copied to clipboard
Show images in different moments
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!!
image.addAnimate({
from: { alpha:0 },
to: { alpha:1 },
time: 0.0001,
delay: 3
});
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