I have a page with 7 gif files on it.
Is there a way to sync them all, so they start playing at the same time?
I was thinking of preloading them, but still they may not start synced if one takes longer to load than another.
You can use VEED's GIF maker and editor to merge them and create fun new animated GIF images! Upload your GIF files and trim, split, and join them to create a fun new animated image. You can do it all on your browser. No need to download and install an app.
Step 1: Once you've found a GIF you'd like to store on your phone, tap on the image and hold until the menu appears on the screen, and then pick the Save GIF option, to save it on your Camera Roll. Step 2: Now that the GIF is saved on your iPhone, you can always access it from the Photos app.
Navigate to where the image is stored, click it, then drag and drop it onto your slide. Alternatively, click the slide you want the GIF to appear on then, in the toolbar, select Insert, Image, and finally Upload from computer. Search for your stored file. When you click on the file, the GIF will appear on your slide.
Absolutely. Follow along with these steps to combine your GIFs. Import your GIF files in Photoshop by clicking File > Import > Video Frames to Layers. Select all your frames from one of your GIFs and then copy them over into the video frames of the other GIF by clicking the Animation menu.
As @Archer pointed out above, one way to do it is to preload them then reset the src. Using jquery you could do something like:
$(window).load(function() {
$('.preload').attr('src', function(i,a){
$(this).attr('src','').removeClass('preload').attr('src',a);
});
});
See it on jsfiddle.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With