LibrarianLib icon indicating copy to clipboard operation
LibrarianLib copied to clipboard

Add support for custom transform matrices in Facade

Open thecodewarrior opened this issue 3 years ago • 0 comments

Sometimes it can be useful to skew UI elements to do a "flip" animation. These would still be 2D transforms since everything uses 2D matrices, but 3d effects can be emulated using a simple skew. This would mess with assumptions of transforms being affine, so the impacts of that will have to be considered.

thecodewarrior avatar Dec 13 '20 00:12 thecodewarrior