theatre icon indicating copy to clipboard operation
theatre copied to clipboard

Motion design editor for the web

Results 147 theatre issues
Sort by recently updated
recently updated
newest added

There are no errors in the console. ## Details | OS | Firefox version | Other Specs/Comments | | --- | --- | --- | | Windows 10 (19041.1415) |...

bug

Using radians to keyframe Euler rotations feels less natural to me, coming from software like Blender where these edits are done in degrees. For example, keyframing to Y=90º is easier...

When building a project with Webpack or Vite using `@theatre/r3f`, it looks like `@theatre/studio` is being pulled into the build unexpectedly. I've included a simple 'hello world' project to reproduce...

It would be nice if there was an easy way to use a different "theme" that has more contrast and larger text. I understand that power users may like the...

studio

## Description On the project project details panel, add the functionality to open a project file from the user's file system and save the project to a file on the...

enhancement
studio

## Tentative Description Add recording functionality. --- In the dope sheet there will be a record button. When the user clicks the record button the button will change to a...

enhancement
studio

(though scrubbing in the dope sheet works fine) https://user-images.githubusercontent.com/593118/159275959-e5759187-d1f6-41e1-8df2-1bd733039736.mp4 Notice how the cursor isn't moving with the indicator depending on scale.

bug
studio

Should go in the `/contributing` folder.

docs and examples

Reproduction: launch `examples/r3f-cra` Related: #101

build

I use the pattern `` to access a Sheet reference and subscribe to certain changes via `onValuesChange(...)`, but under some conditions `objRef.current` may be undefined when the component initializes, and...