A Figma plugin for creating trippy generated graphics. Works with any Vector, Shape or Text layer.
- Clone the repository:
git clone https://github.com/kuldar/figma-looper.git
- Navigate to the folder
cd figma-looper
- Install dependencies
npm install
- Build the plugin
npm run build
- Go a new document in Figma and select
Plugins -> Development -> New Plugin
from the menu - Click on "Link existing plugin" and select the
/figma-looper/manifest.json
file
- Select a Vector, Shape or Text layer
- Run the plugin
- Set iteration count
- Set X, Y and rotation increments
- Optionally set start and end values for opacity, fill- and stroke colors and stroke sizes
Iterations: 10, X: 5, Opacity: 100 to 100
Iterations: 25, Y: 5, Opacity: 100 to 100
Iterations: 25, X: 5, Y: 5, Opacity: 100 to 0
Iterations: 100, Rotate: 5, Opacity: 100 to 0
Iterations: 25, Rotate: 5, X: 5, Scale W: 5, Scale H: 5, Opacity: 100 to 0
Iterations: 100, Rotate: 5, Y: 20, Scale W: 5, Scale H: 5, Opacity: 100 to 0