|
|
|
|
|
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/ |
|