Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
14 additions
and 10 deletions.
@@ -1,11 +1,13 @@ | ||
Framer.Extras.Preloader.enable() | ||
Framer.Extras.Hints.enable() | ||
Framer.Extras.ShareInfo.enable() | ||
Framer.Info = | ||
title: "Hallo ik ben een gore flo dddddddddssssss" | ||
description: "<ul>" | ||
author: "Floris Verloop" | ||
twitter: "" | ||
|
||
|
||
|
||
print Framer.Info | ||
|
||
Framer.Extras.ShareInfo.enable() | ||
|
||
for i in [0..10] | ||
layer = new Layer | ||
y: i * 210 | ||
|
||
layer.image = Utils.randomImage() + "?cache=" + Date.now() | ||
layer.onClick -> | ||
print Framer.Info |