Replies: 1 comment
-
Please create a Codepen/Code Sandbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented an extension to render dash color for PathLayer, and I've not been able to get transition to work even though I use transition: true, in addInstanced:
attributeManager.addInstanced({
instanceDashColors: {size: this.props.colorFormat.length, transition: true, accessor: 'getDashColor'}
});
Is there anything else needed to enable transition?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions