Skip to content

Commit

Permalink
docs: national-memorial docs set play to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Dec 13, 2024
1 parent db4a746 commit 96707ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/examples/en/works-show/national-memorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ const story = new VStory.Story(dsl, { dom: CONTAINER_ID, width: width / 2, heigh
const player = new VStory.Player(story);
story.init(player);

player.play(0);
player.play(-1);

window['story'] = story;
window['vstory'] = story;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/examples/zh/works-show/national-memorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ const story = new VStory.Story(dsl, { dom: CONTAINER_ID, width: width / 2, heigh
const player = new VStory.Player(story);
story.init(player);

player.play(0);
player.play(-1);

window['story'] = story;
window['vstory'] = story;
Expand Down

0 comments on commit 96707ab

Please sign in to comment.