Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Using jQuery Plugins Introducing jQuery Plugins Using jQuery Plugins Review

Juan Pino
Juan Pino
25,107 Points

Complete the code below to apply the Flip Y Far effect for both the "in" and "out" transitions. For help, use the animsi

Complete the code below to apply the Flip Y Far effect for both the "in" and "out" transitions. For help, use the animsition plugin's documentation for the "Flip Y Far" effect

$('.animsition').animsition({ inClass : '', outClass : '' });

1 Answer

Steven Parker
Steven Parker
229,732 Points

Take a look at the documentation as Julian suggested, just to get used to looking these things up. Nobody is likely to ever remember them all!

:point_right: But the animsition class names for this effect are flip-in-y-fr and flip-out-y-fr.