Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't show hints while preloading
Fixes: framer/company#2285
- Loading branch information
Showing
with
18 additions
and 13 deletions.
- +8 −11 extras/Studio.framer/app.coffee
- +5 −0 framer/Extras/Hints.coffee
- +5 −2 framer/Framer.coffee
@@ -1,14 +1,11 @@ | ||
Framer.Extras.Preloader.enable() | ||
Framer.Extras.Hints.enable() | ||
Framer.Extras.ShareInfo.enable() | ||
|
||
# Activate Module | ||
Framer.Info = | ||
author: "Eelco Lempsink" | ||
twitter: "@fverloop" | ||
title: "Here's a long af title is long seri" | ||
description: """ | ||
Our goal with Framer has always been to build a full service design tool. So while it’s been possible to view working prototypes on a mobile browser, the experience has been less than seamless. | ||
|
||
Then, our community came to the rescue. Both Frameless by Jay Stakelon and Frames by Rafael Conde set a new standard for mobile viewing of prototypes. Inspired by their work and your feedback, we are now launching an iOS app that fully rounds out your design experience framerjs.com. | ||
Framer for iOS features live preview, offline use and intuitive sharing features that are protected by secure links. Paired with Framer for Mac, you now have access to a full mobile prototyping toolkit. | ||
""" | ||
for i in [0..10] | ||
layer = new Layer | ||
y: i * 210 | ||
|
||
layer.image = Utils.randomImage() + "?cache=" + Date.now() | ||
layer.onClick -> |