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

Transform your Flickity.

Results 4 flickity-transformer issues
Sort by recently updated
recently updated
newest added

The transform is not compatible with Flickity 3.0 and the examples are currently broken.

This is closely tied to issue #7. Relevant [line of code](https://github.com/elcontraption/flickity-transformer/blob/master/src/index.js#L128): ``` js // Get proximity to carousel home xPos = slide.parent.x < 0 ? slide.target - Math.abs(slide.parent.x) : slide.target...

help wanted

Relevant [line of code](https://github.com/elcontraption/flickity-transformer/blob/master/src/index.js#L128): ``` js // Get proximity to carousel home xPos = slide.parent.x < 0 ? slide.target - Math.abs(slide.parent.x) : slide.target + slide.parent.x ```

help wanted

Current tests leave much to be desired.

help wanted