Questions tagged [animated]

291 questions
46
votes
9 answers

Problem with uiscrollview setcontentoffset animated not scrolling when animated:yes is set

This is very odd and I'm wondering if anyone has any thoughts? I'm trying to scroll a UIScrollView in response to a button press on the iPad. If I do: CGPoint currentOff = scrollView.contentOffset; currentOff.x+=240; [scrollView…
BountyBob
  • 468
  • 1
  • 4
  • 8
25
votes
5 answers

Do Wavefront .obj files support animation?

How does one export a 3D Studio animated model to OBJ format (if possible)? What will be the resulting file like? How would I read that?
zaratustra
  • 8,148
  • 8
  • 36
  • 42
20
votes
8 answers

How to display .gif file in imageview?

My layout have lots of imageviews. I want to show .gif animated file in just one imageview. I tried Yash method (Adding gif image in an ImageView in android) but .gif file shown all layout. Other views dissappeared. I want to show all. Any idea?
Breed Hansen
  • 1,159
  • 5
  • 13
  • 21
20
votes
5 answers

iPhone - Have the keyboard slide into view from the right like when editing a note in Contacts

I'm looking for a way to slide the keyboard into view from the right, like what happens in the Contacts application when you edit a note. My problem is that when I call [someTextView becomeFirstResponder] in viewWillAppear, the keyboard immediatly…
T .
  • 4,874
  • 3
  • 23
  • 36
16
votes
1 answer

Animate google maps polyline

I'd like to draw an animated (geodesic) polyline in google maps, a bit like this: http://planefinder.net/route/SFO/ I found many tutorials on how to animate a symbol along a polyline, but nothing about animating the polyline itself from the source…
emathias
  • 211
  • 1
  • 2
  • 7
13
votes
7 answers

Animated line graph in Javascript?

I'd like to do a line-graph on a web-page using Javascript. I want it to be animated so that when the page loads, the line is slowly "drawn" onto the graph. I've managed to get a static graph working, using flot, however I'm unsure how to animate…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
13
votes
6 answers

Android Volley - how to animate image loading?

any idea how to play a fade in animation when image loads? Now it just blinks into place. I am using NetworkImageView from the Volley toolkit. Also, is there a way to set loading and error bitmaps on the network image view without using the…
urSus
  • 12,492
  • 12
  • 69
  • 89
12
votes
1 answer

Android animated GIF support

How can I check if current device supports animated GIF files? Checking OS version isn't reliable, because some Android 2.1 phones have enabled support and there are phones with 2.3 which do not support GIF files.
Sebastian Nowak
  • 5,607
  • 8
  • 67
  • 107
12
votes
4 answers

How to make rotating menu

I have a question about rotating menu in android. I would like to make animated menu moving like gun cylinder. Where 1-6 are ImageButtons, and the buttons are rotating clockwise or countercw depending on how you touch the screen. I know how to…
user1824047
  • 129
  • 1
  • 1
  • 3
11
votes
3 answers

CSS Click after transform

My problem is very simple, but I can't figure out where it comes from. I have a button. When I click on it, it slides to the left and another buttons take its place, with a CSS animation. Here is my code : .form-anim-right-click { position:…
J.F.
  • 185
  • 1
  • 10
11
votes
5 answers

Animated background control in WPF?

In my WPF application, I want to have an ambient animated background similar to Media Center's background. Is there a free control that offers this?
RCIX
  • 38,647
  • 50
  • 150
  • 207
10
votes
5 answers

Animated GIF Not Working in FireFox after cache

I have an animated GIF that loops three times. I have noticed in Firefox and Chrome (haven't checked others) that I can view the GIF once and then if I reload the page, the cached GIF is not animated at all. Is there a solution to this? Is there…
ToiletOverflow
  • 111
  • 1
  • 1
  • 4
9
votes
7 answers

Correct way of showing consecutive modalViews

I have two views that need to be shown modally, one after the other. This doesn't work if we dismiss and show consecutively, like this: [rootController dismissModalViewControllerAnimated: YES]; [rootController presentModalViewController: psvc…
Tiago Fael Matos
  • 2,077
  • 4
  • 20
  • 34
8
votes
3 answers

JQuery Animated Text

It is ridiculously hard to find easy/simple animated text. Like the "Implosion" on this website http://codecanyon.net/item/jquery-text-animation/full_screen_preview/233445 but I'd have to pay for it. Actually any kind of simple onclick text fade in…
Howdy_McGee
  • 10,422
  • 29
  • 111
  • 186
8
votes
1 answer

Can Jquery know when my animated gif has ended?

Im wondering if its possible to have an animated gif play, then fire off an event through jquery once the gif has reached the end of its animation. Once it does that, then it loops back to the beginning of the queue, and plays the gif then event…
kingkelly
  • 199
  • 1
  • 1
  • 8
1
2 3
19 20