资源说明:Move Subtly is a jQuery plugin that takes any image and turns it into a subtly moving/scaling image.
Move-Subtly
===========
Move Subtly is a jQuery plugin that takes any image and turns it into a subtly moving/scaling image.
## Documentation
### Basic usage
```javascript
$("img").moveSubtly();
$("img").moveSubtly({
moveTime:4000,
stillTime:2000,
percentageChange:6%,
lockSide:"random",
loop:true
});
```
### Default Options
```javascript
{
moveTime:4000,
stillTime:2000,
percentageChange:6%,
lockSide:"random",
loop:true
}
```
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
English
