Flip Clock Effect Help
Flip Clock Effect Help
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- 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