|
If you look here: http://trailers.apple.com/trailers/independent/thedryland/ When you click on the INFO button at the top left, there is a really nice slider that comes out, with some information. I'm trying to figure out how to achieve this effect for a web project I am working on. Can anyone point me in the right direction please. Also, on the same page, when you click the MORE button, it reveals the rest of the text. I've looked all over but cannot find Jquery option for this. But I've seen this effect on many websites. How is it achieved? Any suggestions are greatly appreciated. Thank you. |
|
Those two examples from that page are different; the info button will be using simple fading, that's part of jquery core. The latter almost looks like slidetoggle, it infact truncates the text with slide effect and adds an ellipsis however; that effect you can achieve with the jTruncate plugin. |


