Tagged Questions

0
votes
1answer
35 views

Animated Swing effect to display full-resolution image

I've got an editor with lots of image thumbnails. I'd like a double-click on an image to display the full resolution image using a modal undecorated dialog. Ideally, this would be animated, to show …
0
votes
1answer
19 views

WPF Animation - Why Can’t “By” have a negitive value?

I am poking around the animation in WPF and I am confused. For RectAnimation, By cannot be negative for height and width. So, if you use the "By" keyword, rectangles can only grow (instead of …
0
votes
2answers
13 views

How can I find out the Duration of a Storyboard in Silverlight?

I have a situation where I need to determine if I've reached the end of a Storyboard, and then need to seek to the end of it. I want to do: storyboard.Seek(timespan); However, if timespan is …
2
votes
3answers
53 views

how to speed up the animation dynamically in iPhone

Hi, I am new to the objective c coding in iPhone. i am using below code to animate the image for 40 seconds [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:40.0]; …
1
vote
4answers
44 views

jQuery while loop not waiting for animation

I have a jQuery function that does a .clone() on an object, and then an .insertAfter() and a .slideDown() on the cloned object. This whole function is wrapped inside a while loop. I will keep this as …
1
vote
2answers
25 views

iPhone/iPodTouch. What are my options for syncing movement to a soundtrack?

What are the best strategies for syncing music to object movement? The app I envision would have an underlying soundtrack with characters animating in time to the music. What I'm after is a strategy …
0
votes
1answer
43 views

iPhone view switching - curl transition

I'm loading a view in my app with the following code: - (void)showPicker { ImagePickerViewController *imagePickerView = [[ImagePickerViewController alloc] initWithNibName:@"ImagePickerViewController" …
0
votes
3answers
52 views

FadeOut/FadeIn transition for label text change

Hi ! I'm trying to change the text of an UILabel with a little transition (fade out, change text, fade in) but I'm facing some problems. Here is my code: - (void) setTextWithFade:(NSString *)text { …
1
vote
4answers
50 views

Flash type animations but using AJAX?

Hi All, I am looking for someway to do Flash type movies but with AJAX instead? Flash requires plugins, SEO is difficult and my experience is people tend to stay away from Flash websites unless they …
0
votes
1answer
37 views

Animation in Silverlight using a dynamic value

I want to translate an object on its Y-axis over time in Silverlight, but its height is not constant, so I'd like to be able to change the second line of the following from: …
0
votes
1answer
35 views

Resize and move a UIView with Core Animation (CAKeyFrameAnimation)

Is this possible? I can change the opacity and position (center) of the layer but whenever I try to change the size or origin, it doesn't work. CAAnimationGroup* anigroup = [CAAnimationGroup …
0
votes
4answers
53 views

How do I translate parabolically?

I'm working on an iPhone app with some simple animation. I have a view I want to translate, but not along a line. I want to translate it parabolically. Imagine that I am animating a car moving along …
0
votes
0answers
21 views

Animation in a ListBox

Hi, I'd like to animate items as they come into and are removed from a listbox. Essentially, I want the newly added item to animate to its position at the top of the list (from some predetermined …
0
votes
0answers
4 views

iPhone: sync sound and animation

Hi, I am sure this is a very basic question. I would appreciate if someone can point me to the right directions. I want to play a sound (say a song) and then perform an animation based on the beat …
0
votes
2answers
23 views

Emulating animation with panels on .Net Compact Framework.

Hello! I'm developing a Windows Mobile 5.0 or above with .Net Compact Framewor 2.0 SP2 and C#. I'm trying to "animate" five panels changing their locations on a Timer_Tick event but these panels …

1 2 3 4 5 41 next
15 30 50 per page