-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (196 loc) · 10.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>A guide to work with Sketch & Framer</title>
<link rel="stylesheet" href="assets/css/reveal.css">
<!-- <link rel="stylesheet" href="components/reveal.js/css/theme/black.css"> -->
<link rel="stylesheet" href="assets/css/coolmaster.min.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="components/reveal.js/lib/css/zenburn.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="#000">
<img src="assets/images/import-sketch.png" width="504" height="93" alt="">
</section>
<section data-state="presentation" data-background="#000">
<h1>A practical guide to work with Sketch & Framer</h1>
</section>
<section data-background="#000">
<h3><span class="fade">I'm </span>Davo <span class="fade">Galavotti</span></h3>
<h4><span class="fade">Interaction</span> Designer</h4>
<h4><span class="fade">Buenos</span> Aires</h4>
<h4>New <span class="fade">York</span></h4>
</section>
<section data-background="#0055FF">
<ul>
<h2>Agenda</h2>
<li>Framer: <span class="fade">Demos</span></li>
<li>Framer: <span class="fade">The essentials</span></li>
<li>Sketch: <span class="fade">Methods to importing your artwork</span></li>
<li>Sketch & Framer:<span class="fade"> Trade offs</span></li>
<li>Sketch & Framer:<span class="fade"> Reusing UI components</span></li>
<li>Resources<span class="fade"> to keep learning</span></li>
<li>Connect <span class="fade">with the community</span></li>
</ul>
</section>
<section data-background="#000">
<h1><span class="fade">Framer</span> Demos</h1>
</section>
<section class="iframe">
<iframe data-src="https://share.framerjs.com/aryrm83d0owa/" allowfullscreen="true" width="100%" height="100%" border="0"></iframe>
</section>
<section class="iframe" data-background="rgb(220, 228, 202)">
<iframe data-src="https://share.framerjs.com/1tjsgosgsjkh/" allowfullscreen="true" width="100%" height="100%" border="0"></iframe>
</section>
<section class="iframe"><iframe webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" sandbox="allow-forms allow-scripts allow-popups allow-same-origin allow-pointer-lock" data-src="https://share.framerjs.com/1ltlhalsohe0/"></iframe></section>
<section class="iframe"><iframe webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" sandbox="allow-forms allow-scripts allow-popups allow-same-origin allow-pointer-lock" data-src="https://share.framerjs.com/du4f56pftbgz/"></iframe></section>
<section class="iframe" data-background="#000"><iframe webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" sandbox="allow-forms allow-scripts allow-popups allow-same-origin allow-pointer-lock" data-src="https://share.framerjs.com/03i6pz8ja7xq/"></iframe></section>
<section class="iframe"><iframe webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" sandbox="allow-forms allow-scripts allow-popups allow-same-origin allow-pointer-lock" data-src="https://framer.cloud/aNMsU/6/index.html?cloud=1"></iframe></section>
<section class="iframe" data-background="#353737"><iframe webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" sandbox="allow-forms allow-scripts allow-popups allow-same-origin allow-pointer-lock" data-src="https://framer.cloud/JqqON/2/index.html?cloud=1"></iframe></section>
<section data-background="#000">
<h1>More?</h1>
<p>Dribbble: https://bit.ly/framerShots</p>
</section>
<section data-background="#0055FF">
<section>
<h1>Framer: <span class="fade">The essentials</span></h1>
<h2><a href="https://framer.com/getstarted/guides/programming/?utm_source=twitter&utm_medium=koenbok&utm_campaign=programming" target="_blank">Link: Programming Reference</a></h2>
</section>
<section>
<h1>Link: <a href="https://framer.cloud/PAYJe/" target="_blank">Framer Basics I</a></h1>
</section>
<section>
<ul>
<li><span class="fade">CoffeeScript:</span> Indentation</li>
<li><span class="fade">CoffeeScript:</span> Variables</li>
<li><span class="fade">CoffeeScript:</span> Functions</li>
<li><span class="fade">Framer:</span> Layers</li>
<li><span class="fade">Framer:</span> Animations</li>
<li><span class="fade">Framer:</span> States</li>
<li><span class="fade">Framer:</span> Events</li>
<li><span class="fade">Framer:</span> Layer Draggable</li>
</ul>
</section>
<section>
<h1>Link: <a href="https://framer.cloud/vvnRq" target="_blank">Framer Basics II</a></h1>
</section>
<section>
<ul>
<li><span class="fade">Framer:</span> Scroll Component</li>
<li><span class="fade">Framer:</span> For Loop</li>
</ul>
</section>
</section>
<section data-background="#000">
<p> Framer offers a fully integrated import workflow</p>
</section>
<section data-background="#F2F2F2">
<img src="assets/images/mnml.png" width="1707" height="960" alt="">
</section>
<section data-background="#000">
<h1>MNML from UI8</h1>
<p>Link: <a href="https://www.ui8.net/products/mnml">MNML UI Kit</a></p>
<p>UI Kit for Sketch, Figma & Photoshop</p>
</section>
<section data-background="#000">
<img src="assets/images/import-diagram.png" height="480" alt="">
</section>
<section data-background="#FDAD00">
<h1>Sketch: Methods to import your artwork</h1>
</section>
<section data-background="#FDAD00">
<h1><span class="fade">Method 01</span></h1>
<h2>Framer Import</h2>
<h2>How to prepare your artwork?</h2>
</section>
<section data-background="#000">
<p>Import Sketch artwork into Framer</p>
</section>
<section data-background="#000">
<img src="assets/images/import-sketch.png" width="504" height="93" alt="">
</section>
<section data-background="#000">
<p>Framer groups any layer group <br><span class="fade">(containing at least a single layer)</span><br>as a layer</p>
</section>
<section>
<img src="assets/images/ss-target-hierarchy@2x.jpg" alt="">
</section>
<section data-background="#0055FF">
<h1>Link: <a href="https://framer.cloud/xrQOe/" target="_blank">https://framer.cloud/xrQOe/</a></h1>
</section>
<section data-background="#0055FF">
<h1>Reusing UI components</h1>
</section>
<section data-background="#0055FF">
<h1>Link: <a href="https://framer.cloud/cCbmj/" target="_blank">https://framer.cloud/cCbmj/</a></h1>
</section>
<section data-background="#FDAD00">
<h1><span class="fade">Method 02</span></h1>
<h2>Copy & Paste into Framer Design</h2>
</section>
<section data-background="#fff">
<img src="assets/images/copy-into-framer-design.gif" width="1000" height="708" alt="">
</section>
<section data-background="#0055FF">
<h1>Link: <a href="https://framer.cloud/PudLj" target="_blank">https://framer.cloud/PudLj/</a></h1>
</section>
<section data-background="#FDAD00">
<h1><span class="fade">Method 03</span></h1>
<h2>Sketch Plugins</h2>
</section>
<section data-background="#0055FF">
<h3>Link: <a href="https://github.com/perrysmotors/copy-framer-code" target="_blank">Copy Framer Code</a></h3>
</section>
<section data-background="#0055FF">
<h3>Link: <a href="https://github.com/timurnurutdinov/Framer-Inventory-for-Sketch" target="_blank">Framer Inventory for Sketch</a></h3>
</section>
<section>
<section data-background="#00AAFF"><h1>Resources<span class="fade"> to keep learning</span></h1></section>
<section data-background="#0055FF"><h4>Framer <span class="fade"><a href="https://framer.com/getstarted/tutorials/" target="_blank">Tutorials</a></span></h4></section>
<section data-background="#00AAFF"><h4>Framer <span class="fade"><a href="https://framer.com/getstarted/guides/" target="_blank">Guides</a></span></h4></section>
<section data-background="#0055FF"><h4>Sketch Together <span class="fade"><a href="https://www.youtube.com/watch?v=PfpQtAN14eQ&list=PLWlUJU11tp4f41p4dzizVkjjTQ38kA0wG" target="_blank">Framer Crash Course</a></span></h4></section>
<section data-background="#00AAFF"><h4><span class="fade"><a href="https://www.framercasts.com/" target="_blank">Framercast</a></span></h4></section>
<section data-background="#00AAFF"><h4><span class="fade"><a href="http://coffeescript-cookbook.github.io/" target="_blank">CoffeeScript Cookbook</a></span></h4></section>
</section>
<section>
<section data-background="#00AAFF"><h1>Connect <span class="fade">with the community</span></h1></section>
<section data-background="#0055FF"><h4>Framer <span class="fade"><a href="https://fb.com/groups/framerjs" target="_blank">Facebook Group</a></span></h4></section>
<section data-background="#00AAFF"><h4>Framer NYC <span class="fade"><a href="https://fb.com/groups/framernyc" target="_blank">Facebook Group</a></span></h4></section>
<section data-background="#0055FF"><h4>Framer <span class="fade"><a href="https://framer-slack-signup.herokuapp.com" target="_blank">Slack</a></span></h4></section>
</section>
<section data-background="#000000" data-state="close">
<h1>Get in touch & happy prototyping</h1>
<h2>Davo Galavotti</h2>
<br>
<p><a href="https://twitter.com/pixelbeat" target="_blank">@pixelbeat</a></p>
<p><a href="https://dribbble.com/pixelbeat" target="_blank">dribbble.com/pixelbeat</a></p>
<p><a href="https://github.com/davo" target="_blank">github.com/davo</a></p>
</section>
</div>
<script src="components/reveal.js/lib/js/head.min.js"></script>
<script src="components/reveal.js/js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
history: true,
center: true,
controls: true,
progress: false,
width: '100%', //'100%',
height: '100%', //'100%',
margin: 0,
transition: 'none', // none/fade/slide/convex/concave/zoom
dependencies: [
{ src: 'components/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'components/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>