Charles King
Charles King
Can you expand on what you mean by controls? Do you mean a user clicks on a function in the editor toolbar? Or just a way to log the current...
@ewaldman do you mean in their running code or in the React.run UI?
This is a good addition. I will add it to the roadmap.
@jefflung Is the `onFinish` callback not sufficient for what you need? Maybe something like this - ```jsx class SomeComponent extends Component { keyFrames = [ { transform: 'scale(1)', opacity: 1,...
@jefflung yeah I can make some time to get a demo together of un-mounting components when the animation ends. Your code seems to be not formatted properly, so your example...
@nevir this is a great idea, I haven't gotten around to tackling it however. That was the main idea around the `Animatable` interface. If you read the Web Animations API...
@brodeynewman any progress on this? would love to be able to test changes in here
@aweiker Is this still in progress? Do you guys need any help?
@aweiker okay cool, is there an example or a way to add errors to the error list that gets returned to the client?
@aweiker raising an error worked great. Thank you for the clarification!