Animation is the rapid display of a sequence of visuals in order to create an illusion of movement or change.

learn more… | top users | synonyms (1)

49
votes
8answers
34k views

jQuery - How to Use slideDown (or show) function on a table row?

I'm trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes up the layout. Any ideas ...
37
votes
6answers
4k views

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 ...
27
votes
3answers
24k views

How to make a smooth image rotation in Android?

I'm using a RotateAnimation to rotate an image that I'm using as a custom cyclical spinner in Android. Here's my rotate_indefinitely.xml file, which I placed in res/anim/: <?xml version="1.0" ...
26
votes
6answers
44k views

jQuery “Please Waiting, Loading…” animation?

I would like to place a "please wait, loading" spinning circle animation on my site. I'm having trouble to find a plugin for it, so here I am asking a weird question :) Thank you for your help.
25
votes
3answers
10k views

Android page Curl animation

Is there a simple way to do the Curl page flipping animation? A Curl animation is animation of pages flipping, including the page above rolling and the shadows over the lower page. What is the ...
25
votes
2answers
17k views

How to provide animation when calling another activity in Android?

I have two Activities A and B. I want to have the shrink Animation when Activity A calls B and maximize animation when Activity B calls A. I don't need the animation xml files for this. When we call ...
22
votes
2answers
2k views

Animating fragments and the back stack

I am having trouble using or understanding how popping FragmentTransactions off of the back stack handles the custom animations. Specifically, I expect it to call the "out" animation, but it ...
22
votes
6answers
17k views

Custom animation for pushing a UIViewController

I want to show a custom animation when pushing a view controller: I would like to achieve something like an "expand" animation, that means the new view expands from a given rectangle, lets say ...
18
votes
1answer
4k views

Animate WPF Datatemplate when item added to Listbox?

In my project I have a WPF Listbox bound to an ObservableCollection. Every time I add a new item to the Collection the same item is added to the Listbox automaticly. To display the items in the ...
18
votes
2answers
17k views

Simple animation using C#/Windows Forms

I need to knock out a quick animation in C#/Windows Forms for a Halloween display. Just some 2D shapes moving about on a solid background. Since this is just a quick one-off project I really don't ...
17
votes
3answers
9k views

jQuery slideUp().remove() doesn't seem to show the slideUp animation before remove occurs

I have this line of JavaScript and the behavior I am seeing is that the selectedLi instantly disappears without "sliding up". This is not the behavior that I expected. What should I be doing so that ...
17
votes
8answers
16k views

How do you pause before fading an element out using jQuery?

I would like to flash a success message on my page. I am using the jQuery fadeOut method to fade and then remove the element. I can increase the duration to make it last longer, however this looks ...
16
votes
4answers
565 views

how to make translation animation for each listview items

i have a listview with override getView method to populate it. now, i want to make each item of the list to animate or moving from the right side of the screen to the left side where the item should ...
16
votes
2answers
6k views

does animateWithDuration:animations: block main thread?

I have connected the two methods below to separate buttons in my UI but have noticed that after pressing the "VERSION 1" button that I could not press the button again until the animation duration ...
16
votes
2answers
756 views

Emulating old-school sprite flickering (theory and concept)

I'm trying to develop an oldschool NES-style video game, with sprite flickering and graphical slowdown. I've been thinking of what type of logic I should use to enable such effects. I have to ...
16
votes
6answers
12k views

how to create iphone's wobbling icon effect?

I want to wobble an image back and forth in my application similar to how the iPhone icons wobble when you press down on it. What's the best way to do that? This is my first foray into animations ...
16
votes
6answers
35k views

jQuery Animation - Smooth Size Transition

So this might be really simple, but I haven't been able to find any examples to learn off of yet, so please bear with me. ;) Here's basically what I want to do: <div>Lots of content! Lots of ...
15
votes
2answers
6k views

How do I animate View.setVisibility(GONE)

I want to make an Animation for when a View gets it's visibility set to GONE. Instead of just dissapearing, the View should 'collapse'. I tried this with a ScaleAnimation but then the View is ...
15
votes
5answers
11k views

Javascript Sprite Animation Library for Canvas Tag

Can you point me to a good Javascript sprite animation library using the HTML Canvas tag? A few Google searches only turned up some non-canvas projects. I am looking for something clean and simple. ...
15
votes
7answers
9k views

jQuery animate() and browser performance

I've got some elements that I'm moving across the page very slowly. Essentially, I'm decreasing the left margin of two images over a span of 40 seconds or so. Visually, it's working beautifully. ...
14
votes
1answer
8k views

Android Left to Right slide animation

I have three activities whose launch modes are single instance. Using onfling(), I swing them left and right. The problem is when I swipe right to left the slide transition is okay but when I swipe ...
14
votes
5answers
5k views

iphone webkit css animations cause flicker

This is the iphone site: http://www.thevisionairegroup.com/projects/accessorizer/site/ After you click "play now" you'll get to a game. The guns will scroll in. You can scroll the purse and ...
14
votes
9answers
16k views

Single-Stage vs Two-Stage Animation for iPhone Apps?

What are single-state and two-stage animation for rotating an iPhone window? This is the "error" message I get in the Debugger Console (nothing crashes): Using two-stage rotation animation. To use ...
14
votes
12answers
29k views

jQuery animate opacity doesn't work properly on IE

I'm trying to use animate() to change the height and opacity of a div. The div has an image background in CSS. It works fine on Firefox and Safari, but when I test it in IE the background is being ...
14
votes
1answer
11k views

How do I use SwingWorker in Java?

Related to my previous question: Call repaint from another class in Java?. I'm new to Java, and I've had a look at some tutorials on SwingWorker, but I'm unsure how to implement it with the ...
13
votes
7answers
1k views

onAnimationEnd is not getting called, onAnimationStart works fine

I've a ScrollView in the PopupWindow. I'm animating ScrollView contents using TranslateAnimation. When animation starts, the onAnimationStart listener is called but the onAnimationEnd is not getting ...
13
votes
3answers
990 views

VisualStateManager not working as advertised

The following issue has been plaguing me for days now, but I've only just been able to distill it down to its simplest form. Consider the following XAML: <Window x:Class="VSMTest.MainWindow" ...
13
votes
5answers
9k views

jQuery using append with effects

How can I use .append() with effects like show('slow') Having effects on append doesn't seem to work at all, and it give the same result as normal show(). No transitions, no animations. How can I ...
12
votes
1answer
1k views

UINavigationController custom animation

Any of you achieved to make custom animation like expand from middle in UINavigationController? (for example Facebook app when you select news feed from the launcher view) I seen one of trick like ...
12
votes
4answers
1k views

Grabbing each frame of an HTML5 canvas

These palette cycle images are breathtaking: http://www.effectgames.com/demos/canvascycle/?sound=0 I'd like to make some (or all) of these into desktop backgrounds. I could use an animated gif ...
12
votes
2answers
12k views

Fading out a wpf window on close

I want to fade a window in/out in my application. Fading in occurs on Window.Loaded and I wanted to fade out on close (Window.Closed or Window.Closing). Fading in works perfectly but a RoutedEvent is ...
11
votes
3answers
198 views

Why are iOS animations slow the first time they are run?

It seems to me that the first time I run an animation (animating the frame of a UIView, or the position of a CALayer, etc) it is quite choppy, and subsequent animations are smooth. What would be ...
11
votes
2answers
392 views

Android Fragment standard transition not animating

Im using the v4 android compatibility library to develop a tablet UI using fragments specificaly for Android 2.2 devices and up. Everything is working as it should, except that I cant get any ...
11
votes
2answers
97 views

jQuery callbacks apparently repeat on failure?

I seem to be observing at least one case where a callback function passed to a jQuery effect function will execute repeatedly if there's an error while it's executing. For example, see this JS ...
11
votes
3answers
601 views

WPF Animation has Tearing and Flicker

I'm having trouble with tearing and flickering in WPF animations. I have a toy app that demonstrates the problems. The app animates squares across the screen. The edges of the squares show tearing and ...
11
votes
3answers
1k views

jQuery elastic easing equation

How can I modify this jQuery easing function to produce a less exaggerated bounce? $.easing.easeOutElasticSingleBounce = function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) ...
11
votes
2answers
2k views

CSS 3 equivalent to jQuery slideUp and slideDown?

My application is performing poorly with jQuery's slideDown and slideUp. I'm looking to use a CSS 3 equivalent in browsers which support it. Is it possible, using CSS 3 transitions, to change an ...
11
votes
6answers
3k views

Android: Expand/collapse animation

I all, Lets say i have a vertical linearLayout with : [v1] [v2] By default v1 has visibily = GONE. I would like to show v1 with an expand animation and push down v2 at the same time. I tryed ...
11
votes
1answer
3k views

Animate a custom Dialog

I'm trying to have a custom dialog appear as though it's sliding down from a text view. Is this possible? I can't seem to apply any animation to dialog class. I've tried this line in the constructor, ...
11
votes
1answer
352 views

How to create a snowstorm on your Windows desktop?

Practical uses aside, how (if it is possible at all) could you create a "snowing" effect on your desktop PC running Windows? Preferably with nothing but raw C/C++ and WinAPI. The requirements for the ...
11
votes
10answers
3k views

Android animation does not repeat

I'm trying to make simple animation that is repeated several times (or infinite). It seems that android:repeatCount does not work! Here is my animation resource from /res/anim/first_animation.xml : ...
11
votes
1answer
7k views

Android Animation - Flip

I need to create an animation - Flip a view and show another one. The width of currently shown view is decreased slowly to zero and after that the width of the view-to-be-shown must be increased from ...
11
votes
2answers
535 views

Android homescreen widget animations

I'm looking into creating a widget that supports animation, ideally via the android.view.animation framework, otherwise by setting properties on the remote views in code triggered from a background ...
11
votes
1answer
4k views

Animate change of view background color in Android

How do you animate the change of background color of a view in Android? For example: I have a view with a red background color. The background color of the view changes to blue. How can I do a ...
11
votes
8answers
364 views

Great projects, works, people in intersection of programming and art/music?

In a recent question I was introduced to the work of André Michelle, which blew me away. What other great people or works do you know in the fields of art and music? As someone with a love for ...
11
votes
4answers
20k views

how can I use animation in cocos2d?

I am trying to develop a Roulette game for iPhone. How can I animation (spin) the Roulette board?
11
votes
3answers
9k views

Have a reloadData for a UITableView animate when changing

I have a UITableView that has two modes. When we switch between the modes I have a different number of sections and cells per section. Ideally, it would do some cool animation when the table grows ...
10
votes
4answers
136 views

CSS3 Animate Out of :hover

I'm setting up a simple animation that brings up a little additional information when you hover over an image. The jQuery backup part is written and works fine, though the issue I'm having trouble ...
10
votes
2answers
450 views

Damping Effect of Spring-Mass System (or is this ElasticEase?)

I'm trying to emulate an animation effect in code (almost any language would do as it appears to be math rather than language). Essentially, it is the emulation of a mass-spring system. I've been ...
10
votes
3answers
665 views

Browser “Back” Button vs. jQuery-animated page

I have a challenging problem I've been battling for some time now. The Problem: when I go back to previous page using browser's back button, the page is displayed in its final state after all the ...

1 2 3 4 5 116