Watchface Builder Wiki

Ultimate Watchface Builder

User Tools

Site Tools


expressions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
expressions [2016/02/28 15:36]
Wearable Software [Using expressions to create dynamic watchfaces]
expressions [2021/02/17 21:40] (current)
Line 3: Line 3:
  
 ===== Built-in operators ===== ===== Built-in operators =====
-Watchface Builder supports followind operators:+Watchface Builder supports following operators:
       * Addition: 2 + 2       * Addition: 2 + 2
       * Subtraction: 2 - 2       * Subtraction: 2 - 2
Line 52: Line 52:
  
 ==== Example ==== ==== Example ====
 +For example if you want a blinking watchface layer set following expression on your opacity property.
  
 +<code>${ds}%2==0?100:0$</code>
  
 +Every time the seconds value changes and the value divided by two gives no rest, the layer will be displayed.
expressions.1456670185.txt.gz · Last modified: 2021/02/17 21:40 (external edit)