/framer-equally-rotate-images

Give this module an array of images, and it will rotate them equally around in a circular path

Primary LanguageJavaScript

What does it do?

Give the function an array of images, and it will automatically rotate them equally along a circle.

Descriptiong

#Example Framer Prototype

#Instructions 1.Include the module in your Framer prototype file.

splitImageArray = require "split-image-array"

2.Add your images to an array, technically you can add however many images you want, under 8 is optimal

allArtboards = [artboard1, artboard2, artboard3, artboard4, artboard5]

3.Give the splitImageArray() the image array

splitImageArray.splitImageArray(allArtboards)