flickity-transformer icon indicating copy to clipboard operation
flickity-transformer copied to clipboard

Support wrapAround: true

Open elcontraption opened this issue 9 years ago • 4 comments

This is closely tied to issue #7.

Relevant line of code:

// Get proximity to carousel home
xPos = slide.parent.x < 0 ? slide.target - Math.abs(slide.parent.x) : slide.target + slide.parent.x

elcontraption avatar Sep 09 '16 02:09 elcontraption

@elcontraption

https://www.thelineanimation.com/work/league-of-legends-giants this might help

take a look at the source and search .Carousel and listen to it while solving True Damage. GL Screenshot (189)

sadeghbarati avatar Sep 20 '20 18:09 sadeghbarati

https://codepen.io/riccardo051/pen/vYGQOLG

sadeghbarati avatar Sep 20 '20 18:09 sadeghbarati

https://codepen.io/desandro/pen/wWQQwN

sadeghbarati avatar Sep 22 '20 09:09 sadeghbarati

https://github.com/metafizzy/flickity/pull/1032/commits/5adc1fdfdad389e473ef5c40fda2ea872c27d258

https://github.com/metafizzy/fizzy-ui-utils

https://github.com/metafizzy/flickity/pull/1032

sadeghbarati avatar Sep 22 '20 09:09 sadeghbarati

https://github.com/rcbyr/keen-slider

https://codesandbox.io/s/keen-slider-zoom-vanilla-0vsof?file=/index.html

https://github.com/rcbyr/keen-slider/blob/ebb8578cf501f2e86103303ee351cb0c37d4ba76/src/keen-slider.js#L615

sadeghbarati avatar Oct 18 '20 07:10 sadeghbarati

Any progress on this?

jonnitto avatar Nov 04 '20 22:11 jonnitto

Hey @sadeghbarati @jonnitto with everything going on, I doubt I'll be doing any updates or maintenance here. I'd love to hear about any progress though. Thanks!

elcontraption avatar Nov 17 '20 21:11 elcontraption