We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c7637 commit 2c82f0bCopy full SHA for 2c82f0b
ValueLayer.coffee
@@ -1,6 +1,20 @@
1
-# Add the following line to your project in Framer Studio.
2
-# {ValueLayer} = require "ValueLayer"
3
-# instantiate new instances with: new ValueLayer
+################################################################################
+# Updated 15 Jun 2016 by Trevor Phillippi || @trevorphillippi
4
+#
5
+# Usage:
6
7
+# {ValueLayer} = require "ValueLayer"
8
+# currencyLayer = new ValueLayer
9
+# value: 100
10
+# rounding: 2
11
+# formatString: (v) -> "$#{v}"
12
13
+# To do:
14
+# - make values editable in place
15
+# - make richer animation options
16
17
18
19
20
class ValueLayer extends Layer
0 commit comments