hooper icon indicating copy to clipboard operation
hooper copied to clipboard

Center mode don't work

Open ronaldohoch opened this issue 4 years ago • 1 comments

Center mode don't work on mobile.

Expected behavior When breakpoint is actived, center one slide.

Screenshots https://gyazo.com/2b4651935f0fe75322197898c26fcde6

Desktop (please complete the following information): Chrome on resized window

ronaldohoch avatar Jan 10 '20 16:01 ronaldohoch

Hey!

just helped my self. To get a centerMode effect you can use the css classes like:

(stylus css)

.hooper-slide {
    transition: all 0.3s ease
    &:not(.is-current) {
      transform: scale(0.7)
    }
  }

stylefieber avatar Apr 09 '20 10:04 stylefieber