animation

jQuery: left animation works correctly in all browsers but Firefox

i am animating the "left" property in order to create a carousel. but whenever the animation is run in firefox the sides of the carousel shake untill the animation is done ...

UIView wait for frame to be set

Hi I have a problem that drives me crazy. I have a UIImageView in a UIView. The image should be replaced with a flip-animation of the view. So i remove an add a subview in the view. That works fine. But now i am trying to change the image and the frame property of the imageview right befor the animation starts. The problem is, the chan...

What is the best way to animate many images?

I can not animate many images with animationImages and startAnimating as it uses too much memory and crashes. What is the best way to animate 100 images in a portion of my iPhone screen (not full screen)? Is there an example? ...

I can't animate a custom property in WPF

I've been struggling with this for hours and I can't find out what I'm doing wrong. Please help me find my mistake. I created a user control with one custom dependency property and I want to animate this property. Here is my class: public partial class UserControl1 : UserControl { public UserControl1() { InitializeComp...

ObjC - UIViews: animating view and subview independently?

Hi! I have an UIView and its subview. When I animate myView (size.x+20) my subview is being animated too, however I want to translate my subview at the same time independently(origin.x-40) (without the subview moving because of the resizing of myView). I was able to do it by adjusting the translations (or better position, because I mig...

Android Canvas in my layouts?

I have a ViewFlipper that is transitioned between each view, I want to draw animation to a set of canvases, one for each view. How would I go about integrating the canvas into the view so that I can still have my buttons on top of it for example? If this isn't possible, how would I go about making images drawn to the canvas clickable s...

Flex 4 animate resize and move on group and children of group

Hello! I have a Spark Group with an image inside and a label control. <s:Group><mx:Image source="..."/><s:Label text="Hello!"/></s:Group> The image is that of a speech bubble. I want to make the effect of it growing from bottom-right to full size. How can I do this and make it that resizing the Group will also resize the children? Th...

iphone: QuartzCore and animations work in simulator but not in device

I currently have 3 simple UIImageViews that animate across a UIView in my app. The animations work fine in the simulator. However, when I test the app on the device, all I see is a blank UIView. Are there any special libraries/header files I need to import to fix the problem of animation not appearing on the device? ...

Android: How to stop an infinite animation applied on an ImageView?

Hi, I have an ImageView on which I have applied rotate animation. Since I want the rotation to go on continuously, I gave the repeatCount as infinite in my rotate.xml android:repeatCount="infinite" In onCreate(), I load the animation and start it. Animation myAnim = AnimationUtils.loadAnimation(this, R.anim.rotate); objectImg.sta...

load UIView in the correct orientation without waiting for it to autorotate - iPad

This is probably a really dumb question, but I can't seem to figure it out. My iPad application supports landscape and portrait orientations -so far so good. but when I'm in landscape mode, if I switch from one view to another there's a little rotation animation, even though I didn't rotate the device. It is as if the UIView I'm loading ...

UIView animation performance problem

I'm doing some animations using the UIView animation and presentModalViewController. Through the simulator it looks fine but on device its rather choppy. Even fairly basic views for example a viewController with a UISearchBar, UITableView (empty) with a a custom color and a button on the nav bar is jerky when animated through presentModa...

iPhone animation delay problem

I'm trying to get this animation to delay for 60 seconds and take 125 seconds to complete it's animation cycle. then repeat infinitely. the problem is that the delay only lasts 20 seconds. Is there a limit on the delay you can specify? or, perhaps a better way to do what I'm attempting? here's my code: - (void)firstAnimation { ...

Android animation effect

Hi... I'm trying to make animation in android like an effect in ipad when we turn the page. Anyone has a clue for this matter? Thanks. ...

jQuery SIMULTANEOUSLY animate all objects in an array.

Hello, I am writing a script that does animations on a web-page. In the process I need to add several elements to an array, and then simultaneously animate them. Is it possible to use jQuery to SIMULTANEOUSLY animate all objects in an array? Or maybe there's a better method for that? Thanx ...

Playing 3D Animation in iPhone App (Possibly using a looping video)

Hi Guys, Is there a relatively easy was to include a 3D animation into an iPhone app? We have the animations already made up for another project and our client has asked if they can be placed inside an iPhone app. We could perhaps include a low-res looping video of the animation (it's just a 3D component rotating on a single axis), or w...

Android - Fadeout animation for splash screen

Hi Guys, I want to add fadeout animation for my splash screen, that is while closing the splash screen I want to bring the fadeout animation effect. Here are the codes which I have tried. overridePendingTransition(R.anim.fade_in, R.anim.fade_out); But the above can be used only from 2.0. Ny app should support from 1.5. So I have se...

animating a button with delays - iPhone

I'm trying to have a button move to a co-ordinates, pause, move to another co-orinates, pause, then move again. the process should then repeat infinitely. what I have right now just moves the last step. this is what I have so far ('mover' is the UIButton name): - (void) firstAnimation { [UIView beginAnimations:nil context:NULL...

jQuery loadpage slow - animation cut

Hi, ok I try to load the .content of my site with jQuery, when I run it local, it shows smoth and nice but when I test it on a host server, the animation is too slow an cuts... and the "loading bar" doesn't show up... :S You can check it out here... here is my code and if u need something else please ask me $(document).ready(function ...

How to Animate Addition or Removal of Android ListView Rows

In iOS, there is a very easy and powerful facility to animate the addition and removal of UITableView rows, here's a clip from a youtube video showing the default animation. Note how the surrounding rows collapse onto the deleted row. This animation helps users keep track of what changed in a list and where in the list they were lookin...

Exporting materials to seperate .tga UV map file in blender

Hi I have added materials (colors) to a 3D model. How to export to an .obj file, along with a .tga file as a UV unwrapped file ? In other words, I want the .tga file to contain all materials (colors) that I added, so that an image file taken as reference. Thanks. ...