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
5 views

Fragment : Unknown animation name objectanimator

I'm trying to do a flipping card animation between two fragment like THIS by using: fragmentTransaction.setCustomAnimations(android.R.anim.fade_in, android.R.anim.fade_out); I'm check my libs ...
0
votes
0answers
17 views

jquery shrink image as it moves up

I have this jquery animation which moves a div randomly around the screen. Is there any way to shrink the image as it goes up the window, and expand as it moves down? http://jsfiddle.net/u39pK/1/ ...
0
votes
0answers
25 views

Draw Path in Canvas as an Animation

I would like to draw a Path as an animation on Canvas (so the user can see the drawing). I was reading a lot of articles about it but I didn't find answer that would satisfy me (easy answer explaining ...
0
votes
0answers
18 views

view animation in android

I have implemented horizontal list view with each list item containing linear layout with image view and text view.Now i want to animate particular list item on horizontal list view on click. I want ...
0
votes
0answers
8 views

How to move sprite with animation to click in Android?

I'm making a 2D pokemon-like game for android. Now, I'm stuck with how to move the sprite. My map is divided to tiles, and when I draw my sprite I define a Rect which represents the tile in which the ...
0
votes
0answers
29 views

How can I make one element of animation static in Android?

I've got a question regarding animation in android. My problem is best described by the picture below. Both elements in the picture are layouts with shapes as background. Layout 1 is static and ...
0
votes
0answers
13 views

How exactly does java animation work?

Forgive me for asking a rather amateur question, but through some research I've met a challenging road block in progress. I looked into it on the site but I've been pretty unsuccessful in finding ...
0
votes
0answers
11 views

host wpf animation in windows form

Project in visual studio 2010, can upgrade 2012 if need be. Want to animate my logo splash screen. I can do this using WPF. Can I host that WPF animation in a windows form in my vb.net visual ...
0
votes
0answers
23 views

What is the best way to show an animation in Swing without manually coding the animation?

I am currently making the tutorial state of my game. When the user enters the tutorial state (a class), the user will be greeted with an animation and after the animation finishes the player will have ...
0
votes
0answers
28 views

CSS3 animation and transition not smooth

I'm trying to develop a slideshow plugin for a project, but I'm running into issues with the CSS3 animations/transitions. You can view it here: http://jsfiddle.net/75Sjb/ What I'm trying to do ...
0
votes
0answers
14 views

how to move image view using animation

I have two image view one is small and other is large. In large image view which is like background of an app I have a predefined path like in Ludo Game. How can I move the smaller image view on ...
0
votes
0answers
6 views

Android - using animation drawable for graphics

My new 'Mini-game' will be using very, very small animations for example: 'A dog scratching its foot'. The animation will use approximately 10-20 frames at the very most! Have any of you implemented ...
0
votes
0answers
18 views

CSS3 animation: Number Count Up?

I'm trying to create a count-up animation using CSS3 that starts at a certain number "X" and counts up at a set interval by +1 using an animation sort of like this. I know its possible to use the ...
0
votes
1answer
25 views

Fade in div after loading symbol

I am trying to load in a div after the loading symbol finishes. However It doesn't cover up the symbol while loading. Here's what I have so far: http://jsbin.com/emofud/92/
0
votes
0answers
19 views

Jquery Slider - update value

I am using the following to update the slider value: $("#slider").slider("option", "value", intervalCounter); It works for single change, however if I use it in an animation it stops the animation ...
0
votes
1answer
32 views

Reverse img scale using CSS?

I am trying to do something with CSS I do no think has been done before. I have used CSS to make an image animate larger (grow in size smoothly) in scale when the mouse hovers over the img. It is a ...
2
votes
2answers
44 views

How to animate a block of content?

I'm using twitter-bootstrap framework. I'm trying to animate a part of the page. First of all enter in this fiddle and before the code below I'll explain the idea. HTML <div id="bluecont" ...
0
votes
0answers
19 views

Two animations at a time Android

Hello I'd like to create a two animation in my android app. I heard that I should be using AnimationSet. This is what I tried so far: <set ...
0
votes
0answers
7 views

Lightweight window animation in Titanium for Android

I'm trying to follow some guides about window animation for android in Appcelerator Titanium, but none of them actually mentions lightweight vs heavyweight windows. In any case, the simplest example ...
0
votes
0answers
9 views

Deactivate Telerik's diagram animations when the page is shown

Per default, Windows Store apps show a little animation when a new page is shown: The page moves a little to the left. (What's this kind of animation called?) Telerik diagrams for Windows 8 do ...
1
vote
1answer
30 views

Programatic NSLayoutConstraint animation issues

So i am trying to animate some layout constraints and am having miserable luck, i just dont see anything and then i get an error message saying how it can't simultaneously satisfy all constrains etc. ...
0
votes
0answers
44 views

Line appears after animating UILabel

I am performing 2 animations on MyUILabel. MyUILable is my custome class derived from UILabel and have implemented drawRect method which draws borders only. This is my animation code: - ...
-1
votes
0answers
9 views

How do i create a sprite walking and rotating animation similar to club penguin for my flash game

I have recently began creating a multiplayer virtual world called Walrus World with Adobe Flash CS6. I want the sprites to have a walking and turning animation similar to that of Club Penguin but I do ...
0
votes
0answers
9 views

Strange Expansion of UIScollView with paging enabled

When I expand the tablview on top of a paging scroll view on top of a view, it expands fine. However, when I expand it when on the next page of the scrollview, the animation is a little strange. A ...
1
vote
1answer
18 views

Tween Animation and Frame by Frame Animation in Android

What is Tween Animation and Frame by Frame Animation in Android?
0
votes
1answer
49 views

jquery toggle classes after animation doesn't work

I have this javascript code: http://jsbin.com/orenim/4/edit blinkTimes = 0; function blink () { $('.a').toggleClass('b'); blinkTimes --; if (blinkTimes > 0) { ...
0
votes
1answer
21 views

ECSlidingViewController problems with topview animation

I'm using ECSliding and I have this problem! In my project there are this files: InitViewController (ECSlidingController) FirstViewController (UIViewController) SecondViewController ...
0
votes
1answer
24 views

Colormap issue using animation in matplotlib

I use matplotlib.animation to animate data in a 3D array named arr. I read data from a h5 file using h5py library and everything is OK. But when using animation, the colormap got stuck in first frame ...
0
votes
0answers
8 views

Android: How to end animation of a listitem using valueanimator?

I am using the ValueAnimator to make one row in my list pulse from dark blue to light blue finitely. However, I need to check for a boolean when the rows load and when it gets set to false I need the ...
0
votes
1answer
28 views

Smoother Slow Rotating UIImage

I'm trying to make an iPhone/iPad app, and I am currently trying to have an image spin slowly 360 degrees. But when I increase the animation duration, the picture rotates 1/4 of the way and then ...
1
vote
0answers
36 views

Animating DataGrid rows in WPF

I would like to add an animation to a DataGrid, which is applied to every row when they are loaded. Like the following: For example in that one, each row is blurred out and gets focus. I tried ...
0
votes
0answers
16 views

How to Get Original Position When Ever Stopping Animation in Unity3D?

I Needed To Get Original Position when Ever Stopping Animation in unity The Below Stop code works but not getting Exact start position but it come one position i.e not match to original position.i'm ...
-1
votes
1answer
18 views

What is the easiest to animate the position of button in wpf?

I want to move a button across a canvas when it's clicked in a way that it changes its position gradually(animation), not vanishing and reappearing in the new position.
0
votes
1answer
17 views

UITableVIew reloadSection and reloadRowsAtINdexPaths Weird Animation

I am doing lazy loading for my UITableView so I am trying to reload individual rows as the images get updated. I am however running into a strange problem. When I call, [self.bubbleTableView ...
0
votes
3answers
30 views

Syncing several CSS3 animations

I would need to able few css3 animations but I have been reading around and it seems it's not really easy. Is there any ways to do it with jQuery? Anyone have any experience on it? Basically my html ...
0
votes
1answer
21 views

Tweening across a fixed L shaped path with MotionGuide plugin

I am diving into Tween.js for some elementary animation. It seems like for making a ball move across a fixed path you need the MotionGuide plugin. Here is a document at : ...
0
votes
2answers
27 views

'Nonetype' object not callable when calling animation of object in tkinter [closed]

I've been using this as a template: Blobs Animation and pretty much the only difference I can find is he uses the line: from Tkinter import * whereas I use the line import Tkinter as Tk I ...
0
votes
2answers
26 views

animation for text view android

I have a text view with background color. I want to enlarge/project the whole view using animation. I tried with scale animation only text gets enlarged.I want the whole view to get enlarged. which ...
0
votes
1answer
17 views

while animating a text field it comes back to its original position in android

I want to translate a text field to a position and I don't want it to come back to its original position my xml code is <?xml version="1.0" encoding="utf-8"?> <translate ...
0
votes
2answers
24 views

Can't do animation

I want to change size of button from 70 till 90 when mouse is over: <Style TargetType="Button" x:Key="RadialButton"> <Setter Property="Width" Value="70"></Setter> <Setter ...
0
votes
1answer
44 views

API or SDK for generating an AVI from bitmaps

I have an C++ VS2010 Windows MFC/GDI application, and I'd like to be able generate an AVI to create an animation from a series of bitmaps. Any recommendations for an appropriate API or SDK? edit: ...
0
votes
1answer
27 views

Page to page fading effect

i need to implement load/unload page animations fade-in on load, and fade-out on unload. 1) I have read some articles about implementation it based on links clicks. That's does not work for me. I ...
-2
votes
2answers
39 views

java animation trouble getting the x and y cordinates of the mouse

so i wrote this code but im not sure of where does the mouse listener goes and also how to loop the program. im trying to achieve a particle explosion passing the x and y coordinates of the mouse when ...
0
votes
0answers
10 views

Can a quaternion represent more than 360 degrees of rotation?

I like Euler rotation based on degrees so I can keyframe an animation of a large number of degrees, like 1000, and get multiple full 360-degree revolutions on the object for purposes of setting it ...
-3
votes
0answers
12 views

Animation mechanics / performace (In general and in Android in particular) [closed]

There's often said that if the app needs massive animation then standrard tools are not applicable. But in fact when u do any kind of animation u want to update the screen with some frequency so that ...
0
votes
1answer
27 views

Animate change width of android RelativeLayout

I need to change the width of a RelativeLayout from 0 to 600px programmatically, in an animated way. I'm using the following code: Animation a = new Animation() { @Override protected void ...
1
vote
1answer
24 views

Animating a UIView

I have an animated rectangle that grows in length: [UIView animateWithDuration:60 animations:^{ CGRect frame = left.frame; // adjust size of frame ...
0
votes
3answers
48 views

javascript function with an argument calling without argument

can somebody tell me, how it works for example function animate(t) { sun.rotation.y = t/1000; renderer.clear(); camera.lookAt(sun.position); renderer.render(scene, camera); ...
0
votes
1answer
15 views

A beautiful imageview frame and an animation

I'm searching over the Internet a beautiful frame/border to insert for an image in an imageview....i'm not able to find nothing good. Now I have this code that insert just a black border, but I would ...
0
votes
2answers
18 views

Animating a UIView in a .xib file

I've made a program in Xcode that tells the time. I want to have a rectangle that animates/grows longer as the seconds increase (time progresses), and starts again when the seconds reach 60 (and go ...

1 2 3 4 5 230