1. stop(true, true) : $("#box1").stop(true,true)
현 진행되고 있는 효과는 정지되고 현재 효과의 끝으로 이동한 후 나머지 효과들은 지워 진다.
2. stop(true, false) : $("#box2").stop(true,false)
현 진행되고 있는 효과는 정지되고 모든 효과들이 정지된다.
3. stop(false,true) : $("#box3").stop(false,true)
현 진행되고 있는 효과는 정지되고 현재 효과의 끝으로 이동한 후 남은 효과들이 실행된다.
4. stop(false,false) : $("#box4").stop(false,false)
현 진행되고 있는 효과는 정지되고 남은 효과들이 실행된다.
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter