find articles
-
My Recent Tweets
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
-
-
Recent Posts
Recent Comments
- Edelbrockdtt on Star Wars Crawl
- windows 7 farbschema meldung on Using jQuery to loop thru DOM objects with optional delay
- userslot on Slice a query string and store as object values using JavaScript
- plplaytech slot on Slice a query string and store as object values using JavaScript
- BandarUsernesia on Slice a query string and store as object values using JavaScript
Archives
- January 2013 (1)
- October 2012 (2)
- September 2012 (1)
- August 2012 (11)
- July 2012 (6)
Categories
- CSS (2)
- HTML5 (3)
- JavaScript (11)
- jQuery (7)
- More (5)
- Coldfusion (2)
- Developer Tools (1)
- IIS (1)
- Photoshop (1)
- Reviews (1)
- Movies (1)
Meta
-
Tag Archives: HTML5
Pausing an animation with jQuery
Starting an animation with jQuery is easy.
Stopping an animation with jQuery is easy.
But what if we want to “pause” and restart the animation?
Well, not so easy – so I dug in and figured a way to make this work cross-browser.
(more…)
Background animation using jQuery
You can actually animate a background image with jQuery – though it’s not as easy as it sounds.
There are cross-browser concerns.
I’ve tested many ways to achieve it and in this post there is code that should work cross-browser. Let’s dig in…
(more…)