Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom transform matrices in Facade #163

Open
thecodewarrior opened this issue Dec 13, 2020 · 0 comments
Open

Add support for custom transform matrices in Facade #163

thecodewarrior opened this issue Dec 13, 2020 · 0 comments
Labels
enhancement New feature or request low priority Module: Facade Related to the Facade module

Comments

@thecodewarrior
Copy link
Member

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 thecodewarrior added enhancement New feature or request Module: Facade Related to the Facade module labels Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Module: Facade Related to the Facade module
Projects
None yet
Development

No branches or pull requests

1 participant