You need to get rid of the parentheses on doFade().
The parentheses invoke the function instantly.
Just use this instead: doFade
You need to get rid of the parentheses on doFade().
The parentheses invoke the function instantly.
Just use this instead: doFade