| isAnimated() | ใช้ตรวจสอบว่า anim นี้ถูกเล่นอยู่หรือไม่ |
|---|
method:isAnimated ()
return type:boolean
content:ใช้ตรวจสอบว่า anim นี้ถูกเล่นอยู่หรือไม่
example:var attributes = { width: { to: 0 } }; var anim = new YAHOO.util.Anim ( "bamboo", attributes ); anim.animate (); if ( anim.isAnimated () ) { anim.stop (); }