Hacker News new | ask | show | jobs
by meindnoch 1282 days ago
>It’s an effect that’s quite complicated to do. You need to put the page on a 3D cone and render that. I have quite a bit of experience with UI kit animations, but I don’t know how I would do that one.

It's not possible with public UIKit / CoreAnimation APIs. Those only support homogenous linear transformations (i.e. 4x4 matrix). You may try using the private CAMeshTransform API to achieve such an effect: https://ciechanow.ski/mesh-transforms/

1 comments

Wow, I’m shocked that Apple lets one of their employees keep that blog post up.
I don't think Bartosz was working for Apple in 2014 when the blogpost was made.