| method | ใช้กำหนดค่า หรือคืนค่า function ของการกระทำของ animation |
|---|
property:method
return type:void, function
content:ใช้กำหนดค่า หรือคืนค่า function ของการกระทำของ animation
example:var attributes = { width: { to: 0 } }; var anim = new YAHOO.util.Anim ( "bamboo", attributes ); var func = anim.method;