This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| keepaway: a silly plugin that makes elements run from the mouse | |
| by sneakyness. | |
| options: | |
| jump: the distance to jump away from the mouse, in pixels; default 500 | |
| speed: the speed to move (passed intact to the animate plugin); default ÔfastÕ | |
| home: time to return to the starting position if nothing happens, in ms; default 1000 |
NewerOlder