blur()
横にぶれたように見せかける。
Usage
- toon.blur( );
- toon.blur( ratio );
Arguments
- ratio
- Number
- 0以上10以下の整数。
ブレるピクセル数。
Return value
- this
Description
横にぶれたように見せかける。
IEはfilterを使用する。
SAMPLES
var property={top:100,left:100,width:100,height:100,src:'star.png'};
Mobile.createToon('id', 'className', property)
.appendTo($('sample1'))
.blur(5);