Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zation/jumpup


https://github.com/zation/jumpup

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

#### This is a jQuery plugin to make an element jump up

## Usage
$('element').jumpup({
height: 100,
width: 100
});
## Options
* height: The height of the final jumped up element. The default is the original height of the element been jumped up.
* width: The width of the final jumped up element. The default is the original width of the element been jumped up.