Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
teasing
  • Loading branch information
FredBardin committed May 27, 2016
1 parent 7d444c4 commit 1635b95
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jquery-ui_FULL
effects/*
!effects/celebration.xml
!effects/blink.xml

!effects/onoff.xml

# =========================
# Operating System Files
Expand Down
15 changes: 15 additions & 0 deletions effects/onoff.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<effect name="On Off" comment="Very simple effect : Turn on/off lights">
<var name="duration" value="0.5" />
<group id="0" on="false" />
<loop repeat="2">
<light id="1" on="true" />
<timer duration="$duration" />
<light id="1" on="false" />
<light id="2" on="true" />
<timer duration="$duration" />
<light id="2" on="false" />
<light id="3" on="true" />
<timer duration="$duration" />
<light id="3" on="false" />
</loop>
</effect>

0 comments on commit 1635b95

Please sign in to comment.