Questions tagged [animated-gif]

An animated .GIF image is an image file which displays an animation.

This tag should be used in questions asking for help using an animated GIF in their applications, modifying an animated GIF in code, or reading pixels from an animated GIF in code.

Useful links

Pages where animated GIFs can be created

1436 questions
0
votes
1 answer

How to make gif from canvas in javascript

I have a canvas which updates every 2 seconds. How do I create a gif animation with canvas? Maybe there is a way by merging getImageData with each frame to create a GIF?
Artem Zubkov
  • 559
  • 1
  • 14
  • 29
0
votes
1 answer

JQuery global loading animation

Is there a way to attach a loading gif, using Jquery, anytime any image on my site within a certain div is loading? I would like for it to be a global function, the only way I can seem to figure to do this is using jquery to call a certain link, and…
antonanton
  • 581
  • 4
  • 13
  • 30
0
votes
2 answers

JDialog Stops execution of parent JFrame

I have a gif animation image that is showing infinite circle loading progress inside a jDialog...But problem is when i load this jDialog the parent frame codes is halt.? how to do this..here is my code.. ProgressDialouge pbDialog = new…
Haseeb Wali
  • 1,181
  • 3
  • 14
  • 34
0
votes
1 answer

How can I use jQuery/CSS to make a realistic cutting effect with an animated scissors gif?

I am looking for the best/nicest way to make an animation of a pair of scissors cutting out a div? I was thinking it would be cool if an animated .gif like this http://img.photobucket.com/albums/v29/wormholes201/animated-scissors.gif was somehow…
DigitalMediaGuy
  • 421
  • 1
  • 5
  • 18
0
votes
1 answer

dynamic gif thumbnails

So lets say I have 10 animated gifs in my folder in my server. I am wanting to generate non animated thumbnails for these gifs. How can I do this dynamically without having to save any thumbnails into folders.
user1616846
  • 181
  • 1
  • 1
  • 10
0
votes
3 answers

loading image is not working while sending request in pageload using asp.net

I inserted the gif image in securetrans.aspx page and wrote the payment gateway request code in securetrans.aspx.cs page pageload, here the problem is the loading image is not at all showing up through out the request and the page is empty till the…
0
votes
1 answer

Animated gif fails to loop with jquery FlexSlider

I have an animated gif that I am lazy loading into the last slide of a FlexSlider slideshow. var timeout = setTimeout(function() {$(".slides img:last").attr( 'src', '/animation.gif')}, 5000); The slideshow is set to stop on the last slide using the…
0
votes
1 answer

GIF animation get stuck when adding content to dom

When adding large amount of content to dom (using jquery .html), loading gif animation get stuck. Here is the Example. When clicking the button, before content is appended, the animation get stuck. Any solution?…
Jia
  • 385
  • 3
  • 10
0
votes
1 answer

Three.js and Animated GIF

I have been trying to work with http://slbkbs.org/jsgif/ the last few days in order to incorporate a 4 frame animated gif into the loadTexture function of a canvas-based, six-sided mesh. Any thoughts or direction would be much appreciated.
0
votes
1 answer

tkinter gif not moving, can tkinter display moving pictures?

My gif picture is not moving in tkinter. Help please. Thank you canvas = Canvas(width = 450, height = 450, bg = 'white') canvas.grid(row=2, column=0,sticky = 'W') gif = PhotoImage(file = "picture.gif") canvas.create_image(0, 0, image = gif, anchor =…
menotyou
  • 189
  • 1
  • 1
  • 7
0
votes
1 answer

Form submit animated gif

I have a form which has an input of type image as follows. Once this image is clicked to submit the form, i change the image to an animated gif to show a spinner …
mongle
  • 65
  • 1
  • 7
0
votes
3 answers

bash evenly choose 10 numbers

In my current problem, I have several hundred animated gifs that will preform a certain animation a few times and then do a different animation the last time. So that means the gif loops 3 times or so then on the 4th time instead of looping it will…
Bob
  • 1,219
  • 1
  • 14
  • 28
0
votes
1 answer

jQuery combine a selection of pngs to one image timeline animation

Animation is difficult with GIF images due to white borders on text and other pixelation and dithering issues. So I have decided despite the lack of support for PNG on IE especially fadeIn or fadeOut jQuery effects on PNG causing black borders to do…
TheBlackBenzKid
  • 26,324
  • 41
  • 139
  • 209
0
votes
1 answer

animated gif freezes when url is changed

I want to show an animated gif when the user searches a term and the page is redirected to the results page. The problem is that the animated gif freezes while the redirection happens. Is there a workaround for this? Maybe css3 animations instead of…
codelove
  • 1,988
  • 5
  • 26
  • 36
0
votes
1 answer

ClassCastException when trying to animate gif image in BlackBerry

I get a ClassCastException when trying to animate a GifImage in BlackBerry. I tried many ways, but all cause that exception. I referred to the BlackBerry knowledgecenter article "Display An Animated GIF" and I tried the following code in my…
user1213202
  • 1,305
  • 11
  • 23