Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 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 ...
Haley Halcyon's user avatar
3 votes
1 answer
186 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 ...
borjborj's user avatar
1 vote
0 answers
118 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 ...
Richard's user avatar
  • 11
0 votes
0 answers
32 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 ...
user22607169's user avatar
0 votes
1 answer
163 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 ...
1138's user avatar
  • 17
1 vote
0 answers
86 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, ...
A-E's user avatar
  • 3,417
0 votes
1 answer
60 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 ...
TheHollyRoller's user avatar
0 votes
1 answer
310 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 ...
Alex's user avatar
  • 45k
0 votes
1 answer
74 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. ...
Ushay's user avatar
  • 125
1 vote
0 answers
48 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 ...
BlueScreenOfJeff's user avatar
0 votes
1 answer
45 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. ...
hehe's user avatar
  • 853
0 votes
1 answer
318 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 ...
Mathue24's user avatar
  • 188
0 votes
1 answer
85 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 ...
GTbrewer's user avatar
  • 165
0 votes
0 answers
66 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 ...
bap's user avatar
  • 1
0 votes
1 answer
62 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&...
ahorn's user avatar
  • 247

15 30 50 per page
1
2 3 4 5
212