You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another question: is it possible to loop in reverse mode after the normal mode, to produce an infinite seamless loop? (without explicitly adding these images in reverse mode)
To have no repeating.... AnimatedGif.Create($"your.gif", 33, 1)) Provide 1 in the last parameter "repeat" which is "0" by default... 0 means infinite loop.
Is it possible to not loop the created gif?
The text was updated successfully, but these errors were encountered: