Pete Feltham

Results 3 issues of Pete Feltham

Potential solve for #39: * New exports from `Theatre.core` in both bundles: - `disableDefaultTicker()`: disables the default core ticker, so you can schedule ticks yourself - `enableDefaultTicker()`: re-enables the default...

⏸ on hold

We've encountered two use cases so far where we've wanted to react to project state changes: 1. When building a UI that uses keyframe data, need to be able to...

⏸ on hold

I noticed that if I do something like this: ```javascript setRef = el => { if (el) { console.log('mounting', el) } else { console.log('unmounting') } } render() { const {...