-
-
Notifications
You must be signed in to change notification settings - Fork 112
frames support + slider styling controls #405
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
Conversation
@@ -30,6 +30,7 @@ class EditorControls extends Component { | |||
dataSourceValueRenderer: this.props.dataSourceValueRenderer, | |||
dataSourceOptionRenderer: this.props.dataSourceOptionRenderer, | |||
dictionaries: this.props.dictionaries || {}, | |||
frames: gd._transitionData ? gd._transitionData._frames : [], |
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.
although here I've noticed it's a little odd that my gd doesn't always get _transitionData, sometimes it's undefined..
it's a little odd because it seems to me like this key is always on gd, even if there's no frames...
like here:https://codepen.io/veraz/pen/zRRONV
d9aca42
to
a8728a3
Compare
💃 for what we've got so far! would be nice to get some of those naming bits sorted out too but that could go into a later pass |
Also we should add a panel-link-visibility item to #290 |
@nicolaskruchten ready for review
partially closes #391