-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(core): RootLayout option with api to fluidly handle dynamic layers #8980
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
feat(core): RootLayout option with api to fluidly handle dynamic layers #8980
Conversation
…eScript/NativeScript into feat/ns7-finishing-touches
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
PR Checklist
What is the current behavior?
Write a bunch of frontend framework flavor code to handle dynamic layers.
What is the new behavior?
Take advantage of unified api to easily spawn layered views with animation controls and modify their zOrder/front/back with ease which works in all flavors without additional code.
For more context see from here onward (example walkthrough of similar techniques specific to angular however this PR boils down all complexity to elegant approach in core for all flavors to take advantage of similar creative view handling): https://youtu.be/khHtbeTLRMM?t=992