mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
5b9f4751ea
* make confetti examples more impressive * comment debugger statement
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
title: $:/plugins/tiddlywiki/confetti/examples/typing-trigger
|
|
tags: $:/tags/ConfettiExample
|
|
|
|
Type the word "launch": <$edit-text tiddler="$:/temp/confetti/launchstatus" tag="input" placeholder="Type here"/>
|
|
|
|
<$list filter="[{$:/temp/confetti/launchstatus}match:caseinsensitive[launch]]" variable="ignore">
|
|
Launched!
|
|
<$confetti particleCount=100/>
|
|
<$confetti particleCount=100 spread=170 delay=300/>
|
|
</$list>
|