rasera / framer-maskintro

Animated intro content placeholders for Framer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maskintro for Framer

Create animated intro content placeholders inside Framer.

Maskintro example

Installation

  1. Download maskintro.coffee and put it in your modules folder.
  2. Add this line at the top of your document.
module = require 'maskintro'

How to use

Target maskintro() to an object.

module.maskintro(<object>)

Note: If the target object has children elements inside, the maskintro will create an animation queue ordered by each element index.

You can also specify a delay and a color.

module.maskintro(<object>, <delay>, <color>)
module.maskintro(example, 2s, 'crimson')
  1. Delay: The delay must be specified in seconds. By default there is no delay — 0s.
  2. Color: The color can be specified in #000 or rgb(0, 0, 0) formats. By default the module uses the fill-color or the text-color from the target layer.

Questions?

I am available here on GitHub, the Framer Facebook Group, and Twitter.

About

Animated intro content placeholders for Framer

License:MIT License


Languages

Language:JavaScript 36.1%Language:CoffeeScript 31.0%Language:HTML 18.2%Language:CSS 14.6%