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

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

When working with a large number of parameters, it becomes hard to track which values come from the default config and which have been overridden. This is especially useful for...

Hi there, I'm trying out Theater.js for the first time. Looks like an amazing tool but I'm having some issues getting it to work. I'm attempting to use it on...

I've just followed the tutorial for Three.js on https://www.theatrejs.com/docs/latest/getting-started/with-three-js And I'm getting the following error: ![image](https://github.com/theatre-js/theatre/assets/13981045/4b36df43-3e2c-4d6f-b218-c15861f33783) But the tutorial does not say you should import the "core" Also on a...

When I add several thousand keyframes in the sequence, the panel becomes very sluggish. Is there a possibility to optimize this issue? Thank you

Hi all - I'm trying to build Theatre from scratch for local use. Following the instructions in CONTRIBUTING.md, I tried to run `yarn cli build` but seeing an error: ```...

### These are the only two lines I have added: ![image](https://user-images.githubusercontent.com/12764398/192060512-e1461f61-38a2-4755-aaad-cb1479ce22f5.png) ### **This is the error its throwing. For the record Im using Nuxt 3 but ive turned off SSR...

bug

I am making a project which animates fabricjs objects with theatrejs studio, and exports pure html with fabirc.min.js and core-only.min.js having animation state.. While working on a project, I would...

Hey there! I am currently using theatre.js for my project and it's been incredibly helpful. I was just wondering if there's any possibility or feature in theatre.js to translate some...

It would be good if we can delete project like `core.detachProject("Project");` and for sheet; ``` const project = core.getProject("Project"); project.detachSheet("Sheet"); ```

in progress