Tagged Questions
0
votes
1answer
52 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
1answer
93 views
Ball movement path in canvas, and other ideas you may have?
I've created this animation for my project that had to use any form of physics.
I am a total beginner, too :) Anyway, this is my project now :
Bouncing Balls
You can setup gravity and force, then ...
2
votes
2answers
116 views
Android drawing rectangle timer with animation
I'm trying to have an animation drawing stroke rectangle:
Any kickstart for this issue will be helpful. Using Views,Canvas anything.
Thanks
-4
votes
0answers
59 views
Draw random circles inside canvas (html5)
Write a code that is drawing a random circles insides the canvas, the position, color and the size of each circle should be generated randomly.
Note the drawn circles should be removed after some ...
0
votes
0answers
44 views
Android - Alpha animation on canvas?
I have gone through this link but it is not helpful at all. I am stuck in same sort of situation. I drew two lines on my canvas, grey and red, red one tells the user that on which screen he or she is ...
0
votes
1answer
48 views
WPF Circular Animation that Mimics current Canvas
I'm implementing a graphical animation in wpf with a circular animation in reference to the attached picture (Obviously I'm no artist...). The square represents the visible form while the entire ...
1
vote
0answers
39 views
Drawing and Animation in iOS
My background is Processing and HTML5 Canvas. Now I want to write an iOS app, and include some kind of canvas, where I can draw shapes and images on, similar to a sketch in Processing (2D).
What's ...
0
votes
1answer
110 views
How to Add background image in canvas for android game application
to learn the functionality of missile android game app, i thought of doing some changes to it, so started up the editing of background change, i had googled and placed the code in canvas,
Bitmap ...
1
vote
0answers
59 views
How do I resize a canvas when entering fullscreen with canvas.requestFullscreen()?
Alright, so I have this grid that I would like to have full-screen and draw on within the complete space of the resolution.
But I can't get it to register for more than maybe 2/3 thirds of the ...
1
vote
1answer
124 views
Canvas, animated text rotation
I want to have a animated canvas rotation of a word, while another word on the canvas does not move. But somehow both stand still. What do I have to change?
[link]http://jsfiddle.net/2dszD/8/
var ...
2
votes
2answers
154 views
HTML5 canvas character jump
I try to make an animation of character by reading this tutorial:
http://mrbool.com/html5-canvas-moving-a-character-with-sprites/26239 .
It's quite ease to make the character go left ('go right' is ...
-3
votes
1answer
74 views
how to set a jpeg image as your live wallpaper [closed]
I am new to android , i would like to know how to set a still jpeg image as background in live wallpaper . i dont want to know how to include animation but just a jpg image as my live wallpaper and ...
-1
votes
1answer
50 views
Canvas Animation. Solo Pong
This is my first Web development class and I'm having trouble with functions and knowing which to call. My teacher gave us the following code:
<!DOCTYPE HTML>
<html lang="en">
...
0
votes
0answers
74 views
How come HTML5 canvas will show me basic text but not this animation?
To make sure the canvas worked, I made a really basic one that just showed some blue text.
Then I got an animation script from a site but for some reason all I get is a blank page, while if I just ...
3
votes
2answers
84 views
Make a rotating gradient on a circle?
I'm trying to get a rotating gradient on a circle to follow-this mock-up.
I've mocked up what I'm trying to do in a a JSFiddle.
For your convenience here's the code:
var canvas = ...
1
vote
2answers
64 views
What are the basics for creating animations in web apps?
I am looking into how to create a simple animation in an HTML5 app. I want to start with an off-page canvas (with top set to 100% of the window height), and animate it to the middle of the screen, ...
0
votes
1answer
75 views
Javascript canvas animation stopped working with control keys
First, I have made an animation
http://jsfiddle.net/hS2uF/
Now, I have been trying to implement this animation into control keys for hours, but still I can't figure out what's wrong :/? (It allows ...
-1
votes
2answers
117 views
How to switch from 'SetInterval' to 'request animation frame' [closed]
I have created a simple canvas animation and I heard that it is better to use 'request animation frame' than 'setinterval', but I'm not sure how to do it?
This is how it looks like at the moment:
...
1
vote
1answer
49 views
Creating flash like animations using Canvas and Html 5
I have recently visited http://www.sublimetext.com and on their home page there is a flash like animation to represent the features of their editor. I wanted to know if it was a loop of images? or gif ...
2
votes
3answers
49 views
Recommended way to redraw an html canvas from inside a loop using setTimeout [duplicate]
I have researched a lot, mostly in SO, about setTimeout being "not blocking", and so being not suitable to be used inside a for loop, since the loop keeps going on and one while the function calls ...
1
vote
1answer
28 views
layering up Canvas to make a background
With some help of other Stack Overflow members. I've created an Animated canvas section of a website that i am building.
I'm pretty new to Canvas, what I want to do is have an Animated Arc/Circle
...
1
vote
2answers
56 views
Multiple Canvas Animations
I have a fiddle of what I've achieved so far with Animating a Canvas.
http://jsfiddle.net/skerwin/uhVj6/6/
I'm trying to make a duplicate of the canvas, I want to change the amount it grows
Circle ...
0
votes
1answer
70 views
canvas, 2 lineTo-paths at the same time
I want to draw a line and while doing so, at the same time the line shall be drawn horizontal reflected. So the User is doing like 2 Strokes. The problem is that a canvas has only one context-object, ...
0
votes
2answers
169 views
EaselJS spritesheet animation makes background disappear
I am working on a game using EaselJS, and I am still trying the functions provided by this great library.
What I may need is Alphamaskfilter class & Spritesheet class.
Currently, I have a ...
1
vote
0answers
152 views
(HTML5) Making animations with multiple png sprite, which will overlap with each other
I am very new to html5 game making.
Recently I am making a game which includes some animations using png sprite.
http://i.imgur.com/MZrpq9j.png
I have a background and I try to use this sprite to ...
0
votes
0answers
532 views
HTML5 Canvas - Making an animated background with falling gold flakes
I'm working on a website which calls for an animated background. I am trying to imitate falling gold flakes. Initially we tried using an animated gif, but it's way too heavy and sluggish.
This is my ...
0
votes
1answer
59 views
Video playing in canvas won't let me click controls(pause, play, sound etc)
Video playing in canvas won't let me click controls(pause, play, sound etc)
How do i make controls accessible whilst keeping same functions and animation. Animations work fine etc and functions.
...
0
votes
1answer
143 views
How do I make my text moving animation on a canvas smoother (less jagged motion)?
How do I make my text moving animation on a canvas smoother (less jaggered motion)?
The page runs exactly as I'd want it with the exception of the motion of the text being very jagged. How can I make ...
1
vote
1answer
51 views
How do I get a video to be play on the canvas under my canvas animation?
How do I get a video to be play on the canvas under my canvas animation?
For instance this clip:
http://trailers.apple.com/movies/marvel/ironman3/ironman3-tlr2_h480p.mov
So this animation moves ...
0
votes
3answers
181 views
How does one animate a line on a canvas in C#?
I am trying to animate a line on a canvas in a WPF project using c# code. Just start a program and have the line slowly draw across the screen. My ultimate goal is to create the game Missile Command, ...
1
vote
1answer
88 views
stop a javascript canvas animation from looping
When the object collides with another object, I want it to only animate once, at the moment it animates fine the first time and then the second, third etc runs in the background all the time.
var ...
2
votes
1answer
197 views
Fractional font sizes html5 canvas?
I am having an issue with how different browsers render fonts sizes on the HTML5 Canvas. Specificaly where the font sizes are not whole numbers. For example "8.5px Arial", "2.23em Arial" and so on.
...
3
votes
2answers
98 views
Pattern to do infinite animation in javascript without stack overflow
I have the following pattern to repeat an animation (itself consisting of x frames), t times:
sprite.prototype.loop = function(t,animation_name,frame_delay) {
if(t > 0) {
function ...
0
votes
1answer
61 views
Animate bitmap in 3d way
I am drawing some Bitmaps using Canvas in a View class. User swipes to change bitmaps. I want to animate the switching between bitmaps in this way:
Any help to achieve this?
1
vote
1answer
55 views
Simple, how do I make multiple lines using an array for an animation in canvas?
I am new to coding and Javascript and I'm a little lost. I am trying to create multiple lines that animate on refresh. something like this...
http://jsfiddle.net/79zcp/6/
if (min < max) ...
0
votes
0answers
139 views
Simple Canvas Animation Slow in Firefox (even using requestanimationframe)
Need some help guys. I've got an animation that I've distilled down to its simplest form, and it's still really slow in FF (all versions). It absolutely flies in IE, Safari, and Chrome. Really smooth, ...
0
votes
1answer
65 views
Looping thru a multidimensional array using setInterval to create an animation
I am having considerable trouble in looping through a multi-dimensional array to animate on canvas.
What i'm getting now is the final position of the animation not the whole sequence
Why like this ...
0
votes
2answers
74 views
Problems clearing canvas when animating a clipping region
I'm trying to accomplish an effect similar to what you might see on the cartoon Chowder (example link) , where shapes serve as masking layers for a texture underneath that stays static. I've begun ...
0
votes
0answers
91 views
Canvas animations
I've looked around for help on this but i can't find any answers. Currently, when i want to animate a ball, within a surfaceview, i call a method that:
Sets an animation variable in the surfaceview ...
1
vote
1answer
163 views
How can I set the z-index of EaselJS Graphics and Shapes
I have EaselJS Shapes on the canvas and then I start drawing Graphics each tick. At the moment the graphics are being drawn over the Shapes. Is there a way to define the z-index so that the Shapes are ...
0
votes
1answer
21 views
why isn't this html5 canvas animation working?
So I'm trying to develop an understanding of animation in Canvas, but for some reason this code isn't working. The yellow rectangle shows up but the position does not iterate. This script is ...
2
votes
1answer
115 views
Maths and Easing For Javascript/Canvas Preload Animation
I'm building an image preload animation, that is a circle/pie that gets drawn. Each 'slice' is totalImages / imagesLoaded. So if there are four images and 2 have loaded, it should draw to 180 over ...
1
vote
0answers
131 views
HTML5 Canvas - fading/drawing in a dashed line animation
I'm new to the HTML5 canvas, and I was wondering how I could replicate the following animation which is done in flash:
http://www.machinas.com/wip/esprit/games/2013_Spring_game
As you can see it ...
0
votes
0answers
65 views
How to optimize dragging on mobile devices using HTML5 canvas?
I am developing a web-app that uses dragging a handle over a constrained path (quarter of a circle). The tool is HTML5 canvas and the problem is bad responsiveness - the handle falls behind the finger ...
0
votes
0answers
86 views
Android canvas interpolation
I know how to apply interpolation to object animations and in XML, but I'm stumped when it comes to animations including the canvas. Say all I want to do is move a particle to the right hand side, I ...
1
vote
1answer
101 views
paper.js + soundmanager sound representation
I want to draw live on canvas data give by soundmanagers waveformData and make it look like an equalizer line moving smooth like ...
1
vote
1answer
140 views
Why won't my canvas clear between animation frames?
I decided to start playing around with dart again today and for some reason I can't get my viewport to clear between frames. I've tried to use clearRect and fillRect to draw a white rectangle over the ...
0
votes
1answer
165 views
Jump Animation in JavaScript
My newest Hobby Project is a very simple Jump'n'Run Game using JavaScript. I already wrote some code (with the help of a tutorial at lostdecadegames) and read everything about the GameLoop.
var ...
0
votes
1answer
123 views
How to link controls to Canvas sprites?
Any input is GREATLY appreciated!
Long story short, I need to figure out how to use HTML5/CSS3 buttons to control sprite animations on my canvas. The buttons control the sprites direction and speed ...
0
votes
3answers
42 views
using cgscenegraph, how can i have a callback function on animation
I made an animation, and i want to add a callback function at the end of the animation loop.
Do you know how I can do that ?
Thx.



