Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
I think a long time ago Show was replaced with AnimateShow to support the simple fade animations. You can call AnimateShow with a string that corresponds to the time in milliseconds for the fading time (or "0" for no fading).

widget.AnimateShow("0");
widget.AnimateShow("1000");


I will bring back 'Show' as a synonym for 'AnimateShow("0")', it was a mistake to remove it.