What is the difference between fadeIn vs fadeOut vs fadeTo ?
What is the difference between fadeIn vs fadeOut vs fadeTo ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
fadeInfades from an elements current opacity to 1.fadeOutfades from an elements current opacity to 0.fadeTofades from an elements current opacity to a given opacity.The above fades
myObjectfrom whatever opacity it has, to 0.5, which is 50% transparency, and after that, it fades up again to 20% transparency.