jQuery Animate help for Random Quote Machine! [solved]

Hey Guys! I’m working on my Random Quote Machine http://codepen.io/DanaJirudi/full/ryPZEV/ and I’m trying to do a little animation so the new quote appears smoothly… I looked at others’ code but couldn’t figure out how to do it in my own project. Help would be much appreciated.
Thanks :slight_smile:

if you are using jQuery you can apply the chaining method fadeIn() and fadeOut() with a parameter of milliseconds like fadeIn(2000), fadeOut(2000)

1 Like

Thank you!! That really helped :smile: I was trying to do it with the animate method but this is much easier.

1 Like