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 trialJuan Pino
25,107 PointsComplete 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
231,236 PointsTake 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!
But the animsition class names for this effect are flip-in-y-fr and flip-out-y-fr.
Julian Gutierrez
19,201 PointsJulian Gutierrez
19,201 PointsHave you taken a look at the documentation for the plugin? http://git.blivesta.com/animsition/flip-y-fr/