Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A fill module for Framer.

License

NotificationsYou must be signed in to change notification settings

karlerikjonatan/framer-module-fill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

framer.module.fill is a fill module for Framer.

framer.module.fill

Installation

Addfill.coffee to the /modules folder of your project.

Usage

To include the module within your project, add the following:

fill=require"fill"

framer.module.fill consists of the methodspattern,video and accepts the parameterslayer,src.

pattern

# Repeats on x-axis and y-axisfill.pattern(layer, src)

Thelayer andsrc parameters defines the layer to fill and the source to fill it with.

Fill source could either be local or external of typeimage/*.

video

fill.video(layer, src)

Thelayer andsrc parameters defines the layer to fill and the source to fill it with.

Fill source could either be local or external of typevideo/*.

Example

# Modulefill=require"fill"# LayerslayerA=newLayer()layerB=newLayer()# Fillfill.pattern(layerA,"path/to/image.jpg")fill.video(layerB,"path/to/video.mp4")

About

A fill module for Framer.

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp