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> |
||
<!-- Left to Right (default), serif font, medium glow --> |
|||
{{Metallic Shine |
{{Metallic Shine Effect |
||
| |
|text=Shiny shiny shine |
||
| |
|align=center |
||
| ⚫ | |||
| |
|font=var(--font-family-citizen-serif) |
||
| ⚫ | |||
| |
|color=#111 |
||
| |
|glow=yes |
||
| |
|glowcolor=#ffffff |
||
| |
|glowintensity=10px |
||
| |
|duration=1.5s |
||
| |
|delay=0s |
||
| |
|repeat=infinite |
||
}} |
}} |
||
<span class="metallic-shine-text shiny-center" style=" |
|||
| ⚫ | |||
| ⚫ | |||
font-size: 26px; |
|||
| ⚫ | |||
animation-direction: reverse; |
|||
| ⚫ | |||
animation-duration: 4s; |
|||
| ⚫ | |||
animation-delay: 0.5s; |
|||
| ⚫ | |||
animation-iteration-count: infinite; |
|||
|color=#000 |
|||
text-shadow: 0 0 5px #00e5ff, 0 0 10px #00e5ff; |
|||
| ⚫ | |||
">Shiny shiny shine</span> |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| align = right |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| color = transparent |
|||
| ⚫ | |||
| glowcolor = #00ffff |
|||
| ⚫ | |||
| duration = 1.2s |
|||
| ⚫ | |||
| ⚫ | |||
}} |
}} |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| font = 'Cinzel' |
|||
| |
|align=right |
||
|size=30px |
|||
| color = transparent |
|||
| ⚫ | |||
| ⚫ | |||
|color=#002244 |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
}} |
}} |
||
</noinclude> |
</noinclude> |
||
Revision as of 14:58, 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 |