I want to make something just like on this site (when you/or somebody else adds an answer)
the answer appears and fades in and comes from orange to transparent, anybody knows how ?
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.
You can get the color plugin and animate the background color of whatever element you want, like this:
This will fade it from whatever color you set it to initially (or via
.css()just before the animate) to the color you specify over 1 second. You can try the other color plugin demos here.