Skip to content

Commit

Permalink
fix(slides): disable autoplay by default
Browse files Browse the repository at this point in the history
Closes #15766
  • Loading branch information
mhartington committed Sep 26, 2018
1 parent 6ea6d53 commit db6ddb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/components/slides/slides.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,7 @@ export class Slides implements ComponentInterface {
slidesOffsetBefore: 0,
slidesOffsetAfter: 0,
touchEventsTarget: 'container',
autoplay: {
disableOnInteraction: true,
stopOnLastSlide: false,
},
autoplay: false,
freeMode: false,
freeModeMomentum: true,
freeModeMomentumRatio: 1,
Expand Down

0 comments on commit db6ddb0

Please sign in to comment.