I'm working on a project that returns paged results with volumes potentially in the hundreds of pages. I've been playing around with more usable ways to perform paging than the standard ...
Can you point me to a good Javascript sprite animation library using the HTML Canvas tag?
A few Google searches only turned up some non-canvas projects. I am looking for something ...
I have two problems with the below javascript that I'm not sure why they're not behaving expected as they should. I'm almost positive it should work but it doesn't. First, the ...
I am in the middle of writing a JavaScript library and I have hit a problem, I have a function that resizes elements, that all works good but I also have ...
For example, I want the page to play an audio file while at the same time have some bullets slide into view at just the right moment that said bullet is ...
Hey, I have been working on this animation function for my JavaScript library for a little while now and I have found a fairly large problem.
When animating any property ...
Could someone please check my code? Thank you
Here is the fiddle site if you want to test:
http://jsfiddle.net/66QYr/
I would like to have the first 3 text to appear on the ...
I'm having some issues executing an animation as well as finding out how to delay a link change until after said animation completes. The goal is to initiate a margin-right animation ...
I'm making a whack-a-mole game and this is what I have so far, I'm aware this is sloppy and probably isn't the easiest/smartest way to do this. What I need to ...
I'm trying to create an animation for text on a page that, every few seconds, changes one word out with another word from a list. Example: I have a header that ...