UMD Web Components Library
    Preparing search index...

    Variable chevronScrollConst

    chevronScroll: ComponentRegistration = ...

    Brand Chevron Scroll Animation

    Creates an animated University of Maryland brand chevron logo. The animation provides a dynamic visual element for brand presence.

    <umd-element-brand-logo-animation>

    • Uses the University of Maryland's atomic animations library
    • Animation runs continuously
    • Purely decorative element
    <!-- Basic chevron animation -->
    <umd-element-brand-logo-animation></umd-element-brand-logo-animation>
    <!-- In a hero section -->
    <div class="hero-section">
    <h1>Welcome to UMD</h1>
    <umd-element-brand-logo-animation></umd-element-brand-logo-animation>
    </div>
    <!-- As a loading indicator -->
    <div class="loading-container" aria-busy="true">
    <umd-element-brand-logo-animation></umd-element-brand-logo-animation>
    <p>Loading...</p>
    </div>

    1.0.0