jQuery 5. jQuery Effect - More practice with animate -- Please fix

Should look like this:

$( ).animate({ top: ‘+=px’ }, 500);

Looks like this instead:

$( ).animate({ top: ‘+=px’ , 500 });

1 Like

For anyone wondering, this is on Exercise 2, More practice with .animate()