generated from replugged-org/theme-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.html
89 lines (89 loc) · 4.02 KB
/
description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<h1>This module hooks into the 'FC-ChatEffects_Animated' and 'FC-ChatEffects_Text' FlashCore Modules.</h1>
<p>Since Flashcord Beta, several Flashcord Effects got removed due to either poor client performance or due to them being entirely useless.</p>
<p>This official Flashcord Module will let you have them back.</p>
<div>
<div class='SNDL-Quote SNDL-BC_Disclamer'>
<div>
<h2>Please note:</h2>
<p>These effects have been removed for a reason.</p>
<p>Nearly nobody uses them and they cause severe lag.</p>
<p>Remind yourself also that no one can see the extended chat effects unless they install this module.</p>
<p class='SNDL-ParenthesisedText'>You do not wanna end up in a weird situation where to the eye of other people,
you just drop a http://flashcord/background/red in the middle of nowhere.
</p>
</div>
</div>
</div>
<div>
<h2>Re-Added Chat Effects:</h2>
<div class='SNDL-DashList'>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Rainbow Text</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/rainbow</p>
</div>
</div>
<p>Colored Message Backgrounds:</p>
<div class='SNDL-DashList'>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Green Background</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/background/green</p>
</div>
</div>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Red Background</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/background/red</p>
</div>
</div>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Blue Background</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/background/blue</p>
</div>
</div>
</div>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Loud Effect</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/loud</p>
</div>
</div>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Quiet Effect</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/quiet</p>
</div>
</div>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Spinning Effect</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/spin</p>
</div>
</div>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Rainbow Shadow</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/rainbow-shadow</p>
</div>
</div>
<div class='SNDL-Quick_FlexGrid' style='justify-content: flex-start;'>
<p>Splash Text Effect</p>
<div class='SNDL-CodeBlock' style='scale: 0.8; margin: 0;'>
<p>http://flashcord/splash</p>
</div>
</div>
</div>
<h2>Chat Effects Preview</h2>
<p>Notice: Certain previews of the animations may look broken and are infinitely looping.</p>
<p class='RainbowText'>Rainbow Text</p>
<p class='Green'>Green Background</p>
<p class='Red'>Red Background</p>
<p class='Blue'>Blue Background</p>
<p class='Loud'>Loud Effect</p>
<p class='Quiet'>Quiet Effect</p>
<p class='Spin'>Spinning Effect</p>
<p class='RainbowShadow'>Rainbow Shadow</p>
<p class='Splash'>Splash Text Effect</p>
</div>