[go: nahoru, domu]

Skip to content

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

Notifications You must be signed in to change notification settings

aboutjax/framer-equally-rotate-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published