diff --git a/docs/assets/examples/en/character/vgraphic.md b/docs/assets/examples/en/character/vgraphic.md index c6a04214..688a47d9 100644 --- a/docs/assets/examples/en/character/vgraphic.md +++ b/docs/assets/examples/en/character/vgraphic.md @@ -114,7 +114,14 @@ const characterList = [ { type: 'Arc', options: arc, effect: 'growAngle' } ]; -const story = new VStory.Story(null, { dom: CONTAINER_ID, width: 400, height: 400, scaleX: 'auto', scaleY: 'auto', background: '#ebecf0' }); +const story = new VStory.Story(null, { + dom: CONTAINER_ID, + width: 400, + height: 400, + scaleX: 'auto', + scaleY: 'auto', + background: '#ebecf0' +}); const player = new VStory.Player(story); story.init(player); @@ -137,7 +144,7 @@ characterList.forEach((item, index) => { actions: [ { action: 'appear', - // startTime: 1000 * index, + startTime: 1000 * index, payload: [ { animation: { diff --git a/docs/assets/examples/zh/character/vgraphic.md b/docs/assets/examples/zh/character/vgraphic.md index 7bd7d73e..4e72abb4 100644 --- a/docs/assets/examples/zh/character/vgraphic.md +++ b/docs/assets/examples/zh/character/vgraphic.md @@ -114,7 +114,14 @@ const characterList = [ { type: 'Arc', options: arc, effect: 'growAngle' } ]; -const story = new VStory.Story(null, { dom: CONTAINER_ID, width: 400, height: 400, scaleX: 'auto', scaleY: 'auto', background: '#ebecf0' }); +const story = new VStory.Story(null, { + dom: CONTAINER_ID, + width: 400, + height: 400, + scaleX: 'auto', + scaleY: 'auto', + background: '#ebecf0' +}); const player = new VStory.Player(story); story.init(player); @@ -137,7 +144,7 @@ characterList.forEach((item, index) => { actions: [ { action: 'appear', - // startTime: 1000 * index, + startTime: 1000 * index, payload: [ { animation: {