Tagged Questions
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
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
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 ...
0
votes
1answer
25 views
Animations - HTML5 / FLash / etc. - what should I use? [closed]
I need to make a simple animation for a client but I am not sure what I should make it in. Its a simple flower that pop's in (alpha) dot by dot until the flower is done being drawn. I know I can make ...
1
vote
1answer
32 views
HTML5 Multiple Circle Animations onclick of Button
When I click my button in the following code, a linear animation occurs for a circle. How can I get it to where that original circle keeps moving on its path and start a new animation along the same ...
-3
votes
0answers
74 views
how do the animations on http://www.apple.com/mac-pro/ work? [closed]
Not much more to say. It is all in the title. In order to activate the animations on the site (http://www.apple.com/mac-pro/) you need to scroll down.
0
votes
1answer
49 views
Javascript animation move diagonally and reverse
I'm having trouble trying to make an animation with JavaScript and the HTML5 canvas element.
I need to have an animation that starts in the bottom right corner of my canvas, which moves up diagonally ...
1
vote
1answer
45 views
Moving an image in an canvas on page load
Demo
var stage = new Kinetic.Stage({
container: 'container',
width: 578,
height: 200
});
var layer = new Kinetic.Layer();
var imageObj = new Image();
imageObj.onload = function() ...
0
votes
2answers
36 views
Two Kinetic.Tween aren't executed at the EXACT same time || Get updated x-value during Tween
I am trying to keep a stage static and non-draggable on a draggable stage.
So far, it works when the users drags the stage with the mouse by catching the dragmove -event(no visual problems there), ...
0
votes
1answer
22 views
Pausing CSS Slide with -webkit-animation-play-state:paused; not working
I have the following code:
.picTransition .item {
position: absolute;
left: 0;
right: 0;
opacity: 0;
-webkit-animation: picTransition 56s linear infinite;
-moz-animation: ...
-1
votes
0answers
24 views
Random Cube Animation on web page [closed]
Is it possible to animate some random cubes with different sizes to one big cube just using HTML5 and CSS3 either is it necessary to use js or jq?
for example :
All cubes start with variable sizes ...
0
votes
2answers
40 views
Picture CSS Transition issue
I have a slide that transitions between four pics. I have the slide going at a certain pace, but the last slide does not transition back to the first slide quickly. I have tried to add another nth and ...
0
votes
1answer
58 views
CSS3 Folding Animation with vertex
I need to fold a squared div with vertex. I found some examples in Internet to fold edges in a squared div. Someone know how can I make this animation? This is an example in flash but I want the same ...
-1
votes
0answers
59 views
What kind of jQuery do you use for this website? [closed]
http://www.turnjs.com/#
I'm trying to create a website similar to above and want to know what kind of javascript and jQuery do you use for animating the book opening and closing sequence.
Just a bit ...