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
- Host: GitHub
- URL: https://github.com/ozgrozer/longty
- Owner: ozgrozer
- License: mit
- Created: 2014-03-17T02:33:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T14:29:24.000Z (over 10 years ago)
- Last Synced: 2025-01-01T20:33:59.277Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 793 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
- License: LICENSE
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