{#- chirp-ui: Holy Light Divine ascending sparkles with parallax depth layers and golden glow. Pure CSS. Usage: from "chirpui/holy_light.html" import holy_light {% call holy_light() %}
Silver divine light
{% end %} -#} {% def holy_light(intensity="", variant="", cls="") %} {# @consumes _hero_variant from: hero_effects — falls back to "" #} {% set _variant = (variant if variant else consume("_hero_variant", "")) | validate_variant(("", "default", "gold", "silver", "holy"), "") %} {% set intensity = intensity | validate_variant(("", "default", "subtle", "intense"), "") %} {% set variant_class = " chirpui-holy-light--" ~ _variant if _variant else "" %} {% set intensity_class = " chirpui-holy-light--" ~ intensity if intensity else "" %} {% set far_glyphs = ["✦", "·", "✦", "·", "✦"] %} {% set mid_glyphs = ["★", "✦", "◇", "✦", "★"] %} {% set near_glyphs = ["✦", "★", "✦", "★"] %}