Skip to content

Commit

Permalink
docs: ✏️ fix a bug in kittik-slide examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Apr 4, 2020
1 parent f45e55c commit 70c2b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kittik-slide/examples/declaration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const SlideOutRightAnimationDeclaration: AnimationDeclaration = {
};

const slide = new Slide(cursor, {
name: 'Hello, World!',
shapes: [HelloShapeDeclaration],
animations: [PrintAnimationDeclaration, SlideInLeftAnimationDeclaration, SlideOutRightAnimationDeclaration],
order: [{
Expand Down

0 comments on commit 70c2b64

Please sign in to comment.