Darin Reid
Darin Reid
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...
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 ```
Currently only supports the active artboard.