Questions tagged [animated]
291 questions
7
votes
3 answers
How do I determine if the current mouse cursor is animated?
is there a way how to determine if the current mouse cursor is animated ?
I was looking for a way how to save the current cursor some time ago. I found the DrawIconEx function which perfectly suits to my purpose. Unfortunately I don't know how do I…
user532231
7
votes
1 answer
How I can stop an animated GIF in JavaFX?
I want to use an animated GIF in my project, but I dont know how I can stop the loop animation. I mean, I want the GIF to play 1 time only.
Thanks!

Ezequiel
- 99
- 1
- 1
- 7
6
votes
1 answer
animated gifs freeze in firefox 4.0 and above
I'm using jquery to preload an animated gif and later on inject a message with animated gif to the code.
it used to work fine until release 4.0 of firefox. since then only the 1st frame is
showed and the animation is frozen. (it works fine on IE…

Nir
- 1,608
- 1
- 17
- 29
6
votes
1 answer
Animate 'Style' property of Control using ObjectAnimationUsingKeyFrames in WPF
I am trying to animate 'Style' property using ObjectAnimationUsingKeyFrames. When I run the sample below, I just see empty window and there are no any exceptions.
Almost the same sample works in Silverlight. In WPF it works too, if I assign 'Style'…

Roman
- 61
- 2
6
votes
2 answers
Animate a Fill Circle using Canvas
Basically I want to be able to Fill a Circle using canvas, but it animate to a certain percentage.
I.e only have the circle fill up 80% of the way.
My canvas knowledge isn't amazing, Here is an image i made in photoshop to display what i want.
I…

BigOrinj
- 243
- 2
- 6
- 14
6
votes
1 answer
Android activity - background drawable animated
question simple, however haven't found any simple answer for android beginner such as I am...
How can I animate background drawable in android ?
I'd like to achieve the bakcground animation if possible by some simple and easy-tounderstand…

Bruno Laurinec
- 910
- 2
- 11
- 27
5
votes
2 answers
UIScrollView ScrollRectToVisible - not working with animate = yes
I have a UIScrollView which contains a button.
When the button is pressed, I would like to scroll to the bottom of the view using scrollRectToVisible.
eg:
CGRect r = CGRectMake(0, myUIScrollView.contentSize.height - 1, 1, 1);
[myUIScrollView…

orion elenzil
- 4,484
- 3
- 37
- 49
5
votes
5 answers
Animated GIF while loading page does not animate
I have a page which is being generated serverside using asp.net (C#). It takes a while for the page to load as it has up to 100 iframes. I want to show a "please wait" animated gif while the page is loading, so I have the following: