-
Notifications
You must be signed in to change notification settings - Fork 241
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
how to set z-index? #28
Comments
Currently there is no z-index! Nodes are rendered in order they are attached to their parent (recursively and preorder). |
@shakiba Ok, I got it ,thank you |
in canvas, there is two element have same coordinate and bind the same event, how could i know which event was trigger? |
@showzyl Can you please post a sample? |
Is this still the case? I'm looking at a solitaire game, and this info is relevant to stacking cards. Does the newest go on top or bottom? |
Yes, there is no z-index. Everything is rendered in order they are attached to parent. |
Ok thanks. Does the newest go to the top or bottom? |
Append goes to top, prepend to bottom. |
No description provided.
The text was updated successfully, but these errors were encountered: