| fade_from_to() | ใช้ไล่ระดับความดังของเสียงไปจากระดับเสียงที่กำหนด ไปจนถึงระดับเสียงที่กำหนด |
|---|
method:fade_from_to ( volume_from, volume_to );
return type:void
content:ใช้ไล่ระดับความดังของเสียงไปจากระดับเสียงที่กำหนด ไปจนถึงระดับเสียงที่กำหนด
example:var tagEmbed = document.getElementById ( "bamboo" ); tagEmbed.fade_from_to( 10, 20 );