Animation is the rapid display of a sequence of visuals in order to create an illusion of movement or change.
1
vote
1answer
21 views
Changing CSS property (left position) dynamically on setInterval
What I am trying to achieve:
I have a button. When this button is clicked - it fires a function which sets setInterval to run another function once a second. This function should move a divider 100 ...
2
votes
2answers
19 views
Setting an animation for a toolbar from the beginning
I have a textfield which has a UIDatePicker instead of a keyboard. I also made a toolbar not connected with the datePicker but that just appears when the textfield is tapped. The problem is the ...
0
votes
1answer
16 views
Stop an animation and start again
I want to stop an ObjectAnimation while it's running, when I click on the animated ImageView. Then, I want to play a FrameAnimation on that ImageView. After that, the first Animation starts again.
...
0
votes
0answers
13 views
LinearLayout Animation behind other views
I'm currently programming an application in android, but I have a problem with animations. To simplicate, I have three "object" in a horizontal linear layout (2 buttons at the extremities, and a ...
0
votes
0answers
24 views
Disable all the previous cases in Switch condition on select of a particular case
I am developing an Android project with Animations(I used the ViewAnimator).
I need to flip some views on a layout on click of the Views itself.
In my code I have the following switch case.
On ...
0
votes
1answer
9 views
Convert 3D data into maya anim file
I'm now working on collecting data from a kinect skeleton model which contains 23 3D-point/set at a time, and also I would like to convert them into .anim file so that I can load it into unity and ...
1
vote
1answer
20 views
Why do transparent objects become opaque when animating canvas element?
I'm trying to do a js app that would basically move some balls on a canvas element. I set the context.fillStyle = "rgba(12, 34, 56, 0.2)"; the problem is that the balls become opaque from transparent ...
0
votes
1answer
18 views
Browser skips animation of div
experienced programmers,
i wrote a simple function to animate a div:
<script>
function okenko(y1, y2, dy)
{
vyska = document.getElementById("okenko");
y1=y1+dy;
if (y1<=y2) {
...
1
vote
2answers
73 views
jQuery click function only work once when trying to animate using Textillate.js
I want to animate text using jQuery and Textillate.js but it only works once using .click(); it needs to refresh the browser to animate the text when click. I hope someone can help.
My HTML:
<h1 ...
0
votes
1answer
23 views
Making a loop continue going until user leaves the page?
Basically I made a little slideshow (don't know what else to call it) with Jquery on my website and I want it to keep looping through the animations until the user leaves the page?
Here is my Jquery ...
0
votes
1answer
40 views
jQuery - How is this code executing without scroll?
I wrote this jQuery to add a css class to animate an element when the page is scrolled to it, but if I refresh the page while the element is within the viewport the animation is triggered without ...
0
votes
1answer
19 views
AS3 spin text around center?
I am trying to get an effect like this:
http://www.welcomeanimations.com/welcome_animated_gifs_rotating_sign_orange_chrome_k_1.htm
I have tried all sorts of things:
Matrix translation/rotation - ...
1
vote
0answers
22 views
Slideshow missing animation
I found this beautiful website (http://soworldwide.org/) and wanted to create a similar slideshow.
After I've spend a lot of time to make it work, I still have problems with it. It's shows the first ...
-1
votes
0answers
8 views
Getting perceptive pixel display to recognize mouse input [on hold]
I would like to know if there is a way to get a perceptive pixel monitor to recognize the mouse inputs of our game which handle triggered animations. We are using MS Visual Studios 2008 with the XNA ...
2
votes
1answer
18 views
Python Matplotlib FuncAnimation
Hello Dear StackOverfloooow Members,
I am having trouble understanding the FuncAnimation module of matplotlib. Would you mind helping me out a bit? I have two questions:
Why does both die init and ...