| stop() | ใช้หยุดการทำงานของ animation ซึ่งโดยปกติ animation จะถูกสั่งให้หยุดโดย Yahoo.util.AnimMgr เมื่อมันเล่นเสร็จ |
|---|
method:stop ()
return type:void
content:ใช้หยุดการทำงานของ animation ซึ่งโดยปกติ animation จะถูกสั่งให้หยุดโดย Yahoo.util.AnimMgr เมื่อมันเล่นเสร็จ
example:var attributes = { width: { to: 0 } }; var anim = new YAHOO.util.Anim ( "bamboo", attributes ); anim.animate (); if ( anim.isAnimated () ) { anim.stop (); }