An open API service indexing awesome lists of open source software.

https://github.com/ozgrozer/longty

Animate the too long texts
https://github.com/ozgrozer/longty

Last synced: 3 months ago
JSON representation

Animate the too long texts

Awesome Lists containing this project

README

          

jQuery Longty


Every web designer had a problem that the overflow texts. And everyone has a solution to solve this problem. You can lower the text-size, shorten character count or the best way use overflow:hidden in css...


jQuery Longty allows to us easily display long texts without breaking the page typography.


Simple Usage


$("selector").longty();

Parameters


startMode:"hover", // auto or mouse hover

speed:100, // Pixels per 1 second
waitingDelay:50, // Waiting delay per slide ( in ms )
mouseOutDelay:500, // Mouse out delay ( in ms )
slideLeftEasing:"", // Slide left easing
slideRightEasing:"", // Slide right easing
mouseOutEasing:"" // Mouse out easing