fix(docs): Run prettier
This commit is contained in:
parent
7e6122ca33
commit
300c0b07ae
4 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
import {makeProject} from '@motion-canvas/core/lib';
|
import { makeProject } from "@motion-canvas/core/lib";
|
||||||
|
|
||||||
import hold_tap_comparison from '../scenes/hold_tap/hold_tap_comparison?scene';
|
import hold_tap_comparison from "../scenes/hold_tap/hold_tap_comparison?scene";
|
||||||
|
|
||||||
export default makeProject({
|
export default makeProject({
|
||||||
scenes: [hold_tap_comparison],
|
scenes: [hold_tap_comparison],
|
||||||
background: '#FFFFFF',
|
background: "#FFFFFF",
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
import {makeProject} from '@motion-canvas/core/lib';
|
import { makeProject } from "@motion-canvas/core/lib";
|
||||||
|
|
||||||
import hold_tap_interrupted from '../scenes/hold_tap/hold_tap_interrupted?scene';
|
import hold_tap_interrupted from "../scenes/hold_tap/hold_tap_interrupted?scene";
|
||||||
|
|
||||||
export default makeProject({
|
export default makeProject({
|
||||||
scenes: [hold_tap_interrupted],
|
scenes: [hold_tap_interrupted],
|
||||||
background: '#FFFFFF',
|
background: "#FFFFFF",
|
||||||
});
|
});
|
||||||
|
|
|
@ -53,7 +53,6 @@ export default makeScene2D(function* (view) {
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
yield* waitFor(0.5);
|
yield* waitFor(0.5);
|
||||||
yield* all(
|
yield* all(
|
||||||
tap.body.position.y(KeyTravel, 0.15),
|
tap.body.position.y(KeyTravel, 0.15),
|
||||||
|
|
Loading…
Add table
Reference in a new issue