I am trying to build a flight board effect using jquery.
So far i have been able to create an effect that rotates characters. Here’s what I have achieved so far: http://www.jaspreetkaur.com/chatter/
See the text “get to the chatter that matters”
However O do not feel this effect is realistic. I want the text flip to be like http://nolanow.cacno.org/ (see the word NOW in logo) This effect is created with help of images.
I do not want to use images to keep the effect reusable, so how can i create the effect without use of images?
I was able to create the effect upto some extent, here’s the code: http://jsfiddle.net/alokjain_lucky/QZuku/
I am still trying to improve the code however to make it more useful.