Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/jquery-flyto-plugin
https://github.com/s-a/jquery-flyto-plugin
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-a/jquery-flyto-plugin
- Owner: s-a
- Created: 2012-06-21T21:29:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T19:59:32.000Z (over 9 years ago)
- Last Synced: 2024-04-14T22:49:08.634Z (7 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')
}
});
```