Apple Link
I really liked this transform, anybody can give me an idea how they made this animation ?
Apple Link I really liked this transform, anybody can give me an idea how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s actually quite simple, and a great use of available technology regarding performance and graceful degradation. Here is a link that outlines it a bit, and a demo that gives a bigger look at the sort of technique used.
This doesn’t nail it exactly, as there are a few detail transitions excluded, but you probably get the idea from this.
edit: When you see animations like this, they are typically using css3 with javascript as a fallback. Javascript is more widely supported, but a little less efficient to write and lacking gpu acceleration, so it’s not as ideal.