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)

0
votes
0answers
6 views

Windows phone transition animation in Android

I want to implement the transition animation available in windows phone in my android application. The animation should look like in the video below News Republic Android application Where should ...
2
votes
3answers
32 views

How to move an image depending on mouse location using JS?

I would like an image to move to the left if the mouse is to the left of the screen and to the right if the mouse to the right of the screen, using javascript, here is the code I have so far: var ...
0
votes
1answer
8 views

Css3 background-image animation animate too soon

I am trying to do a css3 animation on multiple elements. All those elements have different background-image and they must be replace in the middle of the animation. The thing is, I want to use the ...
0
votes
0answers
10 views

Graphics.DrawImage slow in AnyCpu mode

Within a C# custom control[Winforms] I'm drawing a set of images in a circular view with random locations, where locations updated within a timer tick event. This is to illustrate a motion animation ...
0
votes
0answers
39 views

Stop the jQuery animation before a div reaches the footer

http://www.webanddesigners.com/floating-share-box/ I followed the tutorial here and was successfully able to float a div. Here is the jQuery code used for the floating effect: $(function() { ...
0
votes
2answers
20 views

How to continuouslly fadein and out Button in Android?

I want to fade in and out a Button in my android app when user activates a feature. I saw examples on stackoverflow that shows fading in or out. But is there an easy way to combine in/out animations ...
0
votes
1answer
26 views

How to Animate two image view from Center to opposite to each other?

i want to animate the two images from middle of the screen to opposite to each other. like below image. whatever i have done so far is right now i am able animate only one image from left to right ...
0
votes
0answers
12 views

How To Scale A Layout While Keep Its Children Original Scale

Can I Scale A Layout(e.g LinearLayout) from 0.5 to 1.0 while Keeping the size And position of the TextView inside the layout to 1.0 During the whole transformation (the overflow parts should hidden)? ...
1
vote
0answers
20 views

Android - Animation resets after list update - monodroid and mvvmcross

I am implementing a "slidein" menu similar to the one found in the facebook app - see the images. It is implemented using mono droid and mvvmcross. The way I am achieving this, is to have two layouts ...
0
votes
0answers
13 views

Android Animation - applytransformation - Do a camera translate on Z axes for half the time

I was trying to make a rotational cube using translations and rotations. I'm using a classe named Rotate3dAnimation.java provided in the Google samples. The rotation is working pretty well and i was ...
2
votes
1answer
18 views

Animate RenderTransformOrigin

I would like to modify RenderTransformOriginin a xaml storyboard. The value must not be animated, a immediately change would be also fine. The following code dosn't work: <Storyboard ...
0
votes
0answers
18 views

Android - Alpha animation on canvas?

I have gone through this link but it is not helpful at all. I am stuck in same sort of situation. I drew two lines on my canvas, grey and red, red one tells the user that on which screen he or she is ...
0
votes
1answer
33 views

Is it possible to add a simple animation in a html template and make it work in all mobile devices?

I want to create a template with a simple animation in the logo (e.g. glowing lights, or moving lines). This html template with be submitted via email like a newsletter. Is it possible accomplish ...
2
votes
2answers
26 views

How does UIImageView animate so smoothly? (Or: how to get OpenGL to efficiently animate frame by frame textures)

To clarify, I know that a texture atlas improves performance when using multiple distinct images. But I'm interested in how things are done when you are not doing this. I tried doing some ...
2
votes
2answers
57 views

How do I make the links in my page vibrate when the mouse goes over them?

I'm trying to get this fiddle to work on my site http://jsfiddle.net/Xotic750/Ca273/ I changed the CSS to this to make the vibrating effect and I added this css code to my website. a.navlinkOff { ...

1 2 3 4 5 741
15 30 50 per page