1
vote
2answers
15 views

EaselJs tutorial. Animation not running [closed]

Hi all I'm on the first part of this easeljs tutorial. http://david.blob.core.windows.net/easeljstutorials/easelJSSpritesTutorial01.html This is what I should be producing (don't worry the tutorial ...
0
votes
0answers
16 views

Moving a table row to the top of the table with animation, using jQuery and/or D3

Long story short, I have a table. Each row has a cell which contains a graph created with D3. These graphs are highly interactive with the mouse, and I'd like the user to be able to simply click on a ...
3
votes
2answers
70 views

How to pause a css animation, and then continue running from the pause point?

I'm playing a CSS animation with infinite iterations, until some point I pausing it from java script (using technique from here). At later time I resume the animation. The problem is that the ...
1
vote
1answer
53 views

Canvas: animating a simple star field

I'm relatively new to Canvas. In finding my feet I'm creating a simple arcade game. My question is regarding CPU performance / efficiency. I'm creating 100 randomly positioned white dots as stars on ...
0
votes
2answers
49 views

Automatic page redirect with jquery after css animation

Please check out the following link for reference: http://tympanus.net/TipsTricks/CSS3TimedNotifications/ Now, after the completion of the css animation, how do I automatically redirect to another ...
0
votes
1answer
34 views

Optimize Jquery animation

I would like to know if there is a better way to do that : //Menu text fadeOut $(".fixed-menu ul li .menu-text, .submenu").fadeOut("slow", function() { //Extend menu and move the slider ...
0
votes
1answer
33 views

Trying to animate border, logic error I guess?

The page I am working on is at keeptheinternetpure.com/memory.html The code is at keeptheinternetpure.com/myCode.js The style sheet is at keeptheinternetpure.com/standard.css I'm trying to get any ...
-10
votes
0answers
38 views

How to make exactly the same sliding effect [closed]

How to make exactly the same sliding effect like on this page first video section? http://www.mahedineyahia.fr/#projects-list
0
votes
1answer
35 views

Run textillate.js animation on mouseover

I'm trying to have an animation run every time a user mouses over a menu item. Currently the animation only runs the first time you mouse over and not on successive attempts. I'm using ...
0
votes
0answers
15 views

Request Animation Frame, animations out of sync

Im working in a project that asks for some animations and I wrote a animation class because I can't use third-party libraries in this specific project. My library allows the addition of animations ...
1
vote
1answer
32 views

I don't quite understand setTimeout and threading in javascript

I found an article in Events and timing in-depth, there is an example in this article: function run() { var div = document.getElementsByTagName('div')[0] for(var i=0xA00000;i<0xFFFFFF;i++) ...
1
vote
1answer
22 views

Multiple requestAnimationFrame performance

If I’m doing multiple animations, is it OK performance-wise to add multiple requestAnimationFrame callbacks? F.ex: function anim1() { // animate element 1 } function anim2() { // animate ...
1
vote
1answer
38 views

Why doesn't this javascript code to animate and focus on one picture work?

I have this problem with this code. I'm a novice javascript,jQuery programmer and trying to make a code to make one picture stay focused and the other ones animate to be smaller. So here's the code: ...
-4
votes
1answer
51 views

Can this animation be done with javascript?

So, I need to make a simulation of processor scheduling and I thought JavaScript could do the trick until I found out that it doesn't support sleep (or similar method). It has setTimeout but it is ...
0
votes
1answer
19 views

Play an animation when touch moved is certain distance from touch began

i am new to javascript and unity and i am trying to make an animation trigger when the touch moved position is +100 to the right of touch began, so i have also tried +500 and +1000 and it seems that ...

1 2 3 4 5 103
15 30 50 per page