This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
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 |