Update docs links
This commit is contained in:
parent
66b6247d68
commit
a695f3a1d6
3 changed files with 7 additions and 9 deletions
|
@ -2,15 +2,13 @@
|
||||||
|
|
||||||
Theatre.js is an animation library for high-fidelity motion graphics. It is designed to help you express detailed animation, enabling you to create intricate movement, and convey nuance.
|
Theatre.js is an animation library for high-fidelity motion graphics. It is designed to help you express detailed animation, enabling you to create intricate movement, and convey nuance.
|
||||||
|
|
||||||
Theatre can be used both programmatically _and_ visually:
|
Theatre can be used both programmatically _and_ visually.
|
||||||
|
|
||||||
![Video showing a browser window containing three divs falling from the middle of the screen, and bouncing back up, animated with the help of Theatre.js](https://docs.theatrejs.com/public/preview-1.gif)
|
|
||||||
|
|
||||||
Theatre works with all rendering stacks. You can use it to animate DOM elements, THREE.js objects, or any kind of JavaScript variable.
|
Theatre works with all rendering stacks. You can use it to animate DOM elements, THREE.js objects, or any kind of JavaScript variable.
|
||||||
|
|
||||||
## Guide
|
## Documentation and Tutorials
|
||||||
|
|
||||||
TODO
|
You can find the documentation and video tutorials [here](https://docs.theatrejs.com).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
Theatre.js is a motion-graphics toolkit for the web. It comes with an animation library, and a visual editor.
|
Theatre.js is a motion-graphics toolkit for the web. It comes with an animation library, and a visual editor.
|
||||||
|
|
||||||
## Docs
|
## Documentation and Tutorials
|
||||||
|
|
||||||
Docs are [on github](https://github.com/AriaMinaei/theatre).
|
You can find the documentation and video tutorials [here](https://docs.theatrejs.com).
|
||||||
|
|
||||||
## `@theatre/core`
|
## `@theatre/core`
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@ Theatre.js is a motion-graphics toolkit for the web. It comes with an animation
|
||||||
|
|
||||||
Theatre works with all rendering stacks. You can use it to animate DOM elements, THREE.js objects, or any kind of JavaScript variable.
|
Theatre works with all rendering stacks. You can use it to animate DOM elements, THREE.js objects, or any kind of JavaScript variable.
|
||||||
|
|
||||||
## Docs
|
## Documentation and Tutorials
|
||||||
|
|
||||||
Docs are [on github](https://github.com/AriaMinaei/theatre).
|
You can find the documentation and video tutorials [here](https://docs.theatrejs.com).
|
||||||
|
|
||||||
## `@theatre/studio`
|
## `@theatre/studio`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue