-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multiple state examples et al. #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
@@ -720,14 +743,14 @@ def color( | |||
self._add_child(node) | |||
return self | |||
|
|||
def transparency(self, *, transparency: float = 0.8) -> Representation: | |||
def opacity(self, *, opacity: float) -> Representation: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentional to lose default opacity/transparency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was kinda intentional, i didn't see a point in saying smth should be transparent but not specifying the exact opacity/transparency value.
But i can put it back if you insist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, makes sense to me.
Thank you Sebastian! |
OK, I added the metadata reorganization, so it should be ready now. |
Description
I added a few examples for multi-state plus a few changes from our last meeting:
transparency
toopacity
focus
node onroot
, add radius parameterslinger_durantion_ms
requiredActions
[Unreleased]
section ofCHANGELOG.md
app/api/examples.py