Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
1 answer
106 views

I'm trying to make an interactive button in my single-page webapp, where a non-looping animated GIF can be restarted upon a user interaction, or specifically a click. I've looked through the Web and ...
Score of 3
1 answer
210 views

Element A is a div with a black text (span element) and a black text GIF (img element) that has position fixed. Element B is a color GIF (img element) that does not have position fixed and when you ...
Score of 3
0 answers
142 views

How can I display .gif images in Compose Multiplatform on Android and iOS? Coil supports gifs only on Android Using a native implementation with UIImageView on iOS doesn't work, since the gifs have a ...
Score of 0
0 answers
42 views

I've been using Gifa11y on my website to automatically make all the gifs on my page able to be paused by the user. If you're unfamiliar, Gifa11y is vanilla javascript and creates still images from ...
Score of 0
1 answer
190 views

In Qt Creator gif animations are played using the movie.play() methode (using a QLabel container). However, if I wish to play an animation in a QTextBrowser or QtextEdit container, using html notation ...
Score of 1
0 answers
89 views

I'm using Image widget to display a gif in a specific screen: Image.asset('assets/images/5SecondsCountDownGif.gif'), So, when this screen is displayed, user is supposed to see a 5 seconds count down, ...
Score of 0
1 answer
71 views

So here is my code: <img src={currentQuestion?.GIF_URL} key={`${GIF_URL}-${currentIndex}`} alt='gif' style={{margin: '0 auto'}} /> As you can see I've added in a key to tell React to trigger a ...
Score of 0
1 answer
434 views

I have the following code that creates 60 frames using Pillow in Python 3.11.10 and that I want to use to create a GIF image (repeating endless), with a duration per frame of 0.1 seconds. The first ...
Score of 0
1 answer
82 views

I am trying to crop the gif by identifying the objects within the file and eliminating the spaces where there are no objects. I have a code which splits the gif by processing each frame of the gif. ...
Score of 1
0 answers
50 views

I am trying to create a gif using 3 different images where I specify the duration for each image. Is there a good way to make the duration variable for each image? Alternatively, is there a way to ...
Score of 0
1 answer
52 views

I am trying to convert a gif, first crop it then convert it into a gif which only loops once. It loops only once when I use Microsoft "Photo" app. However when on a html page it loops twice. ...
Score of 1
1 answer
377 views

I'm working on creating a somewhat complex custom CSS page for Itch, which restricts me to using only CSS and HTML—no scripts allowed. I'm facing an issue where I need two separate GIFs to play ...
Score of 0
1 answer
100 views

I'm working on some compatibility stuff with my freeware hurricane tracker, JStrack, which has been based on Tcl/Tk 8.4 for a LONG time (didn't know 8.6 was 100% backwards compatible, so now swapping ...
Score of 0
0 answers
76 views

I am using tkinter to create a project. It runs fine, until f9 is pressed of which multiple instances of a gif sometimes overlap themself. I have no idea why this is happening, I have tried different ...
Score of 0
1 answer
66 views

Could you please tell me why this MWE of an animated GIF, compiled in R, does not animate? library("ggplot2") library("gifski") library("gganimate") library("dplyr&...

15 30 50 per page
1
2 3 4 5
212