Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-a/jquery-flyto-plugin


https://github.com/s-a/jquery-flyto-plugin

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

jQuery-flyTo-Plugin
===================
[![Donate](http://s-a.github.io/donate/donate.svg)](http://s-a.github.io/donate/)
```javascript
$('.source-object').flyTo({
target:'#target-object',
orderByDataKey:'string-data-value',
callback:function(){
console.log('done')
}
});
```