fix(docs): Run prettier
This commit is contained in:
parent
7e6122ca33
commit
300c0b07ae
4 changed files with 7 additions and 8 deletions
|
@ -16,4 +16,4 @@
|
|||
"typescript": "^4.9.5",
|
||||
"vite": "^3.0.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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({
|
||||
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({
|
||||
scenes: [hold_tap_interrupted],
|
||||
background: '#FFFFFF',
|
||||
background: "#FFFFFF",
|
||||
});
|
||||
|
|
|
@ -53,7 +53,6 @@ export default makeScene2D(function* (view) {
|
|||
</Text>
|
||||
);
|
||||
|
||||
|
||||
yield* waitFor(0.5);
|
||||
yield* all(
|
||||
tap.body.position.y(KeyTravel, 0.15),
|
||||
|
|
Loading…
Add table
Reference in a new issue