Skip to content

Instantly share code, notes, and snippets.

###
ViewController transitions (https://github.com/awt2542/ViewController-for-Framer) ported to FlowComponent by @myvo
Usage:
Transitions = require "Transitions"
a = new Layer size: Screen.size, html: "A"
b = new Layer size: Screen.size, html: "B"
flow = new FlowComponent
flow.showNext a