elcontraption / flickity-transformer

Transform your Flickity.
GNU General Public License v3.0
75 stars 5 forks source link

Support wrapAround: true #5

Open elcontraption opened 8 years ago

elcontraption commented 8 years ago

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
sadeghbarati commented 4 years ago

@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)

jonnitto commented 4 years ago

Any progress on this?

elcontraption commented 3 years ago

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!