mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-11 01:03:01 -07:00
10 lines
408 B
Text
10 lines
408 B
Text
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>
|