Template:Metallic Shine Effect: Difference between revisions
Template page
More actions
Content deleted Content added
LordSkorne7 (talk | contribs) No edit summary Tag: 2017 source edit |
LordSkorne7 (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 93: | Line 93: | ||
} |
} |
||
</templatedata> |
</templatedata> |
||
{{Metallic Shine Effect|text=daaamn|glowintensity=200px|duration=5s|color=|glowcolor=red|size=84px|glow=yes}} |
|||
{{Metallic Shine Effect |
|||
|text=Shiny shiny shine |
|||
|align=center |
|||
|size=28px |
|||
|font=var(--font-family-citizen-serif) |
|||
|color=#111 |
|||
|glow=yes |
|||
|glowcolor=#ffffff |
|||
|glowintensity=10px |
|||
|duration=1.5s |
|||
|delay=0s |
|||
|repeat=infinite |
|||
}} |
|||
{{Metallic Shine Effect |
|||
|text=Shiny shiny shine |
|||
|align=left |
|||
|size=32px |
|||
|font=var(--font-family-citizen-base) |
|||
|color=#000 |
|||
|glow=yes |
|||
|glowcolor=#ff69b4 |
|||
|glowintensity=12px |
|||
|duration=2.5s |
|||
|delay=0.5s |
|||
|repeat=infinite |
|||
}} |
|||
{{Metallic Shine Effect |
|||
|text=Shiny shiny shine |
|||
|align=right |
|||
|size=30px |
|||
|font='JetBrains Mono', monospace |
|||
|color=#002244 |
|||
|glow=yes |
|||
|glowcolor=#00e5ff |
|||
|glowintensity=8px |
|||
|duration=3s |
|||
|delay=0.2s |
|||
|repeat=infinite |
|||
}} |
|||
</noinclude> |
</noinclude> |
||
Revision as of 15:04, April 16, 2025
Applies an animated metallic shine effect to inline text with options for glow color, intensity, size, font, color, duration, delay, and repeat.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | text | no description
| String | optional |
| Text Alignment | align | left, center, or right
| String | optional |
| Font Size | size | Font size (e.g. 24px)
| String | optional |
| Font Family | font | Font to use for the text
| String | optional |
| Text Color | color | Color of the base text (transparent recommended for full shine)
| String | optional |
| Glow Effect | glow | yes or no
| String | optional |
| Glow Color | glowcolor | Color of the glow if enabled
| String | optional |
| Glow Intensity | glowintensity | How strong the glow appears (e.g. 4px, 10px)
| String | optional |
| Animation Duration | duration | Time for one full shine cycle
| String | optional |
| Animation Delay | delay | Delay before the shine animation starts
| String | optional |
| Repeat Count | repeat | Number of times the animation should repeat (e.g. 1, infinite)
| String | optional |