Questions tagged [animated]
291 questions
0
votes
1 answer
Animated gif texture in 3ds max
and thanks in advance.
I don't know what I am doing wrong, I have created an animated .gif in Photoshop to use as a texture map for a model in 3ds max 2010. The Texture displays well enough in max and in renders, however it is not animated. I had it…

user2636138
- 1
- 1
- 1
0
votes
1 answer
Animate flood fill in python
I have just finished with my food fill algorithm in python. It runs on an N*N matrix filled with integers. I would like to somehow animate it's workings. Is it somehow possible on the console? I think of something like updateing the nodes with a…

gen
- 9,528
- 14
- 35
- 64
0
votes
1 answer
CSS3 animation on max-height not working as expected
I'm trying to animate the height of an element after a class has been applied, here's the simplified code:
HTML
0
votes
1 answer
JQuery animated splitter
I am lookin for a javascript splitter that can be docked and that I can animate. A little like the Ext.js one in this demo : http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/simple-tasks/index.html. Anyone knows a one ?
I googled "javascript…

Patrice Cote
- 3,572
- 12
- 43
- 72
0
votes
1 answer
Ease element background color css or jquery
Having difficulty finding a suitable tutorial..have no idea where to start really:
What I am trying to build
If you hover over the navigation menu, you will see that the background behind each link eases in bright pink from right to left. I am just…

Kwestion
- 464
- 5
- 19
0
votes
1 answer
Does jQuery return true for :animated when the animation is a CSS transition?
Scenario:
Trigger a CSS transition by changing an element's class via jQuery.
While the CSS transition is occurring, run if( $(elem).is(':animated') ) {…}
Will that if return as true?

Tim
- 275
- 3
- 13
0
votes
0 answers
preloading animated gifs to use in rollover image. In ie, when i mouse over, the animation jumps to current frames
Is there a way other than not preloading animated gifs for rollover buttons so that when you rollover the button, the animated gif starts at the beginning of the gif animation.
Firefox starts at the beginning of the animations when rolling over. IE…

Dennis1973
- 105
- 1
- 1
- 6
0
votes
1 answer
Animated backround for my android activity using Eclipse and ADT
I want to create a background that covers the whole screen of my Activity.
Just like:
android:background="@drawable/background"
But I want this background to be animated (60 frames), looping and target as many device resolutions as possible.
I…

user2186852
- 381
- 1
- 4
- 11
0
votes
2 answers
Java move player smoothly from one point to another
All I need is to claculate the new coordinites of a player based on a click and have the player move towards it smoothly. For example player is at (20, 20) and you click at (50, 80) how would i get it to move smoothly. I have tried many different…

Ephyxia
- 84
- 2
- 9
0
votes
1 answer
Trigger Animated Elements reaching div ID
What's up?
I'm looking for a while for a solution or a tutorial to trigger a css3 animation using Jquery.
I know I can add a class to the div to animate it with css3. But I want to add the class only when reaching a div ID ! Not when I reach XX…

jhon
- 129
- 1
- 10
0
votes
1 answer
C# - Multiple animated gifs in picturebox
I have been searching around and have found many ways to tile images in a picturebox (drawing to an image, then displaying that image in the picturebox), and also ways to get animated gifs working on a form (simply setting a picturebox's image to…

Mike Croall
- 1
- 1
0
votes
3 answers
Glass of water to show progress CSS JQuery
I have been working on an app and recently started making some pretty large changes to it. Basically, the app enables the user to keep track of the water they drink and apply that to the goal they set at registration.
One of the features would be a…

Zac Brown
- 5,905
- 19
- 59
- 107
0
votes
1 answer
Subclassed UIView not displaying proper after animating frame
I have subclassed UIView to contain basically a UIPickerView and a UIToolbar.
When the user selects a particular row in the picker I will then add a UIImageView over the picker. However this image is not visible when I have animated my UIView to…

Peter Warbo
- 11,136
- 14
- 98
- 193
0
votes
2 answers
Dispalying a message after displaying an animated GIF
The following is my code, and I already have the animated GIF working but I need a message or another picture to be displayed after 5 seconds when the GIF is disabled.
Thanks in advance
JavaScript