1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-04 20:08:02 +00:00

Make the tour confetti more impressive (#8286)

This commit is contained in:
Mario Pietsch
2024-06-21 15:14:46 +02:00
committed by GitHub
parent 5c63262feb
commit b6cf098c5f

View File

@@ -20,11 +20,9 @@ tags: $:/tags/PageTemplate
<%endif%>
<%if [function[tour-is-last-step]] %>
<$confetti/>
<$confetti delay=100/>
<$confetti delay=200/>
<$confetti delay=300/>
<$confetti delay=400/>
<$confetti delay=500/>
<$confetti delay=300 originY=0.6 spread=100 scalar=1.5/>
<$confetti delay=400 originY=0.55 spread=130/>
<$confetti delay=500 originY=0.55 spread=170 scalar=2/>
<%endif%>
</div>
\end