Flip Clock Effect Help
- Started
- Last post
- 5 Responses
- trooperbill
Hi, im tryng to find a script that achieves the same visual effect as this
http://keith-wood.name/flightBoa…
but uses text instead of images.
anyone seen one on your travels over teh interwebs?
- Weyland0
this one is meh: http://www.unwrongest.com/projec…
- Crack_Junkie0
This guy figured it out: http://nolanow.cacno.org/
Basically it's one big sprite (http://nolanow.cacno.org/sites... with CSS positioning. Browser loads the sprite image once and it's reused in different elements on the page.
Example:
<li id="flipCharacter3" style="background-position: 0px -9282px;">W</li>A touch of javascript animation is handled by this file, http://nolanow.cacno.org/sites/n…
- sprite: http://nolanow.cacno…Crack_Junkie
- If you use that javascript, you'll also need jQuery for it to workCrack_Junkie
- Crack_Junkie0
^ I realized that solution uses images, but it looks much cleaner by that method than with HTML text only.
- trooperbill0
awesome suggestions thanks
- detritus0
915kb for a supporting gimmick's sprite?
I'm getting old.