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)

3
votes
1answer
55 views

Calling function after animation complete

I have 2 functions to open & close a sidebar on my page. function closeSidebar(functionAfterClose) { var functionAfterClose = functionAfterClose || function() {}; ...
2
votes
0answers
31 views

JQuery - on the fly CSS animation change only happens when I Ieave browser window and return

I've been working on this all day as part of a much larger self-project and have come across a slight problem: http://jsfiddle.net/GYv22/2/ I am trying to change the speed of the ball on the fly ...
1
vote
1answer
39 views

Float a UIView around the screen in the background

So I'm trying to do a long running animation with some UIViews. Basically what I'm trying to accomplish is take a square subview and have it float randomly around the screen in the background (like a ...
0
votes
0answers
14 views

clicking instead of space bar for this template

I am working on a website that works CSS animation. So to navigate to different parts user should press the space bar, but I like to change it to click button in the free area. Here is an example that ...
1
vote
2answers
30 views

Slide UILabel Onto View Controller

I'm trying to move a UILabel from a starting position of off the top of my UIViewController in a smooth slide type animation so that it slides down from the top when the view loads and then stops at a ...
0
votes
1answer
12 views

JavaScript Animations: value of changed property after animation?

I have some javaScript code which slides the div from left to right by changing its 'left' css property when mouse is clicked on div. The code is working perfectly fine. Initially, div's 'left = 0' ...
2
votes
0answers
29 views

How to create a simple animation in android

I want to know what is the best when I want to create a simple animation in android, for example if I have a character face and I want to move the eyes fron right to left and so on. I suggest yo use ...
0
votes
1answer
22 views

UIView animate frame of ImageView

I'm trying to add an animation to a UIImageView when a button is tapped. When the button is tapped I want the imageView to move to the right at the same time as it is increasing in size. I have tried ...
0
votes
0answers
31 views

Chained CSS3 Animation Not Working Correctly in Chrome

I have a Lightbox DIV that has some transform animations using CSS3 animations on it. Here's the CSS: @keyframes changeframe{ from{ transform:perspective(1000px) rotateX(20deg) ...
-3
votes
0answers
28 views

C# : Animation Ease, Why Should Lambda Subtracted by 2?

I see a lot of code for easing functionality, but lot of them doesnt give specifically what they did there. I see this code for ease out: float EaseOut(float time, float currentValue, float ...
1
vote
0answers
20 views

Textillate-effect displays all unordered list items when combined with <a href=“#”></a>

Dear fellow Stackoverflowers, I am using Textillate to apply an effect on an unordered list. This works so far so well. Unfortunately when I combine the Hyperlinks within the < ul > - Element, it ...
0
votes
1answer
54 views

img src doesn't work when I use local files

I've had problems with getting a rain effekt on my canvas. After some searching on google I found this <script type="text/javascript"> var ctx; var imgBg; var imgDrops; var x = 0; var y = ...
0
votes
2answers
54 views

Performance of this Script? [closed]

I have the following code, whose performance I want to check out. It's basically an animation of a candle-flame - but without the use of .gif. Demo: http://hammr.co/9444088/3/index.html What do you ...
0
votes
0answers
27 views

Animated cube-like (only two faces) effect with CSS3

I would like to reproduce this jsfiddle I that prepared Based in this awesome tutorial (Please check the demo) (But I don't want the keys functionality, just on hover) http://jsfiddle.net/b5rmW/5/ ...
0
votes
1answer
19 views

How to use a background image in opengl es [duplicate]

I am making a solar system project in OPENGL ES in android with an earth and a sun . I want to add a back ground image with stars in it . please tell me how to put a background image in it....
0
votes
1answer
42 views

Skeletal animation using OpenGL [closed]

I want to do skeletal animation using OpenGL. I tried to search on net, but I couldn't find any proper tutorial or any book. I saw few sites, but they are using some other software like COLLADA or ...
0
votes
2answers
30 views

Animation on Android

I have been looking around and searching for an answer and really trying to dive into android programming before asking any questions. I know that this site is here to help, but also not an outlet to ...
0
votes
1answer
8 views

Cocos2D: Basic animation from spritesheet

I am looking to do a basic animation from a spritesheet. I got most my formatting/code from a tutorial I was following online, however it only did one directional motion. Basically I am looking to ...
0
votes
0answers
30 views

Restricting jQuery-ui Draggable to drag up only, within a given area

I've got a, fixed position, image that I'm animating with CSS and moving down the edge of the screen when the user scrolls. - Works great. When the image gets to the bottom of the screen the user can ...
0
votes
2answers
51 views

Pop up book effect with CSS animations

So I want to make a pop-up book effect but in 2D only. (so NOT like the beercamp page). Ideal results: bottom of img stays in the same position img starts invisible then is popped up (imagine it ...
0
votes
1answer
27 views

CSS animation issue with Firefox

I'm experiencing a browser incompatibility issue for Firefox, which I can't seem to fix. This works fine in modern IE and Chrome, but you'll see that when you hover over a box that its contents show ...
1
vote
1answer
41 views

I have a dot bouncing around an image. Need to calculate angles of reflection off of groups of pixels (surface of objects)

Suppose we have an image (pixel buffer) that is in black and white, so each pixel is either black or white (not gray scale). Now somewhere in the middle of that images, place a green dot. It may have ...
-1
votes
0answers
13 views

tool or framework to quickly write string manipulation animation [closed]

I m doing string manipulation question from coding bat , it is java code. Return a version of the given string, where for every star (*) in the string the star and the chars immediately to its ...
0
votes
0answers
21 views

Stop css3 animation across whole website

When one creates a CSS3 animation, it by default plays when the page opens. I have an animation in the header. But I don't want the animation to play again and again as the person goes from page to ...
0
votes
1answer
20 views

Demonstration of Forward Time Central Space in Python's matplotlib animation package

I want to create a simple animation of how bad the Forward Time Central Space (FTCS) solves the flux conservation equation for a Gaussian velocity distribution ("Physics... yeah!"). I have written a ...
0
votes
1answer
22 views

How to animate this responsive toggle menu?

I've found this very good looking responsive menu (resize browser window to see it in function): http://themetaq.com/demos/responsive-toggle-menu/ I managed to implement it in my website, but I was ...
0
votes
1answer
21 views

XAML make animation smooth

I'm animating a GridColumn width property (GridLength) with an ObjectAnimationUsingKeyFrames. My question is, is it possible to make the animation run smooth. <Storyboard ...
0
votes
0answers
17 views

most elegant way to add prev/next buttons to pure CSS3 animation?

a client of mine desperately wanted to have a ken burns slideshow made with pure CSS3. however, now they figured they need prev/next buttons for the images. i thought of various ways on how to achieve ...
0
votes
1answer
17 views

How to spin a sphere around its own axis in opengl es

I am making a solar system project . My sun is stationary at (0,0,0) and my earth is stationary at (0,0,45). now I want my earth to rotate around its own axis while remaining fixed at its position . I ...
1
vote
1answer
41 views

How to apply transition only defined element, not its child? // simple accordion

I am in a sitiation which i need to use transition on li's width but not its child img There is small images in li element. When user hover's li element width is expanding with inside image. I am ...
0
votes
0answers
34 views

Strange Android bug with RotationAnimation

I am building a cube out of RelativeLayouts. While doing that I stumbled across some very strange bug I cannot explain. I have 6 RelativeLayouts inside a class extending RelativeLayout. OnLayout those ...
0
votes
0answers
3 views

animation defect of gridview items after orientation change

Hie! I have a Activity with pointed onConfigurationChanges parameter in Manifest.xml. In that activity I have Fragment that contains GridView. There's a trouble: 1. I'm starting "multiple choice ...
0
votes
1answer
23 views

jquery animation delay when scrolled

im currently struggling with a jquery animation. its just a little animation to change height and opacity on scroll. the problem is, that the animation doesnt run fluently while i scroll. when i ...
-1
votes
0answers
19 views

jQuery fireworks animation that will also work in IE8 [closed]

I have found some great jQuery fireworks animations, but they either don't work at all in IE8 or they just look awful (really blocky) in IE8. Does anyone know of a good fireworks script that works and ...
0
votes
2answers
31 views

Second animation not working

In an UL list do I want to animate the first LI inside. The first animation will remove the CSS class for the blue background and adds a new CSS to it to make it have a dark background. It also adds a ...
-1
votes
0answers
21 views

Make reverse animation [closed]

First, I would like you could see this link: http://jsfiddle.net/glauberkelvin/UA45u/6/ var num_list = $('.num-list'); var reverse_btn = $('.reversebtn'); var ul = num_list.find('ul'); var li = ...
-3
votes
0answers
13 views

android: move image view through translation animation

i want to move my image view from one position to other.i have used multi dimension array for this.example is as follows- new int[][]{ new int []{ 130,123,234}, new int []{213,354,564},}; now my ...
0
votes
1answer
11 views

Issue with CGAffineTransformMakeTranslation on UIButton

I have a problem that I can't explain. I have a viewController with a view. This view contains a UIbutton and a toolbar. Because the toolBar is a parameters bar, I don't want it to be present on my ...
-1
votes
0answers
10 views

Change UIPickerViews animationspeed when changing rows programatically

I have an UIPickerView which I am letting change its row every .1 second (I want to make a Slot Machine like Spinning effect). The problem is that the UIPickerView changes it rows too "slowly", what ...
0
votes
2answers
22 views

Jquery Hover Animation Queing

I have built this markup with 3 squares. On hover of any of the squares, the middle horizontal bar will perform 2 animations: animate the margin animate the height I've followed the tutorial ...
0
votes
2answers
44 views

Unwanted UITableView Animation

I have a simple UIViewController_A in a Storyboard with a button on it. The button modal segues (page curl) to UIViewController_B which has a container view. The container view then embeds ...
0
votes
3answers
64 views

UIImage animating an array of images

- (IBAction)didTouchAnimate:(UIButton*)sender { UIImage *starImage = [UIImage imageNamed:@"star.png"]; UIImageView *starView = [[UIImageView alloc] initWithImage:starImage]; [starView ...
0
votes
1answer
40 views

Complete callback in AngularJS animation

I have an AngularJS animation... app.animation('slide-show', function () { return { setup: function (element) { }, start: function (element, done) { ...
-2
votes
0answers
12 views

How exchange two strings from two labels with animation? [closed]

How to exchange two string from tow labels with animation?,can you help me with a simple demo? When click the exchange Button,the first string from first label will disappear to below (disappear in ...
2
votes
1answer
47 views

CSS animation with JQuery addClass. Run only once using true or false

I have a CSS animation that I want to run when the page is in view on the browser. I am doing this using a true or false function to get the position (called "posish"). I can run it once when the page ...
0
votes
2answers
16 views

How would I convert a ios UIView animation to a video

How would I convert a ios UIView animation to a video? Any advice is greatly appreciated. Thanks!
0
votes
1answer
35 views

make css background size shrink using JQuery

I'm trying to rework a bit of code to make a background image shrink when you scroll over it in the browser. The code I've been given currently does the opposite - it starts the background at 0 and ...
0
votes
1answer
23 views

Showing animation while adding a new DOM sub element

I have a list of divs in parent div. I'm now adding add another div in this list at the beginning. I'm doing this: $('.list').prepend($('<div class="cell one "></div>')); My question is ...
0
votes
0answers
14 views

Javascript Scrollable/Scrubbable Animation w/ svg.js

I would like to create an interface where I can scroll or scrub through the frames of an animation that was created using svg.js (http://www.svgjs.com/). Is there any way I can create this, maybe ...
-4
votes
1answer
24 views

XNA - Any Good Tutorials on 3D? [closed]

Are there any good XNA 3D and 3D animation tutorials? If so please post a link for me. Thanks. Since someone pointed out how it's vague and will give a lot of possible useless answers, I'll expand on ...

1 2 3 4 5 229