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 trialUnsubscribed User
5,717 PointsTreehouse unpin bookmark effect - how to make it?
There is a really cool effect on the treehouse bookmarks page. When you unpin a card it seems to fall off and fade out of the screen. Can anyone show me how to do this?
2 Answers
martinjones1
Front End Web Development Techdegree Graduate 44,824 PointsI would highly recommend the courses below to achieve this and inspect animations on web pages, you won't regret it :)
https://teamtreehouse.com/library/css-transitions-and-transforms
https://teamtreehouse.com/library/animating-svg-with-css
https://teamtreehouse.com/library/debugging-css-with-chrome-devtools
martinjones1
Front End Web Development Techdegree Graduate 44,824 PointsGood stuff!, I'm glad you are happy with the answer and you didn't take it as a "Google it" type of response.
They are honestly amazing videos, and will definitely pay you back so much more! :D
Unsubscribed User
5,717 PointsUnsubscribed User
5,717 PointsThanks Martin! I will checkout these videos. I was able to inspect some of the transition and animation css but could not put all the pieces together for a working demo.