top of page
AnchorSubtitle

Página Websites

Websites Page

Elementos utilizados para a composição do Menu

e Subtítulo em Rolagem estão na Página Inicial

Elements used for the composition of the Main Menu
and On-Scroll Subtitle are on the Home Page

Simple Code applied to all Pages Tabs

export function anchorsubtitle_onviewportLeave() {

    $w("#imageSubTitle").show("FadeIn");

    $w("#textSubTitle").show("FadeIn");

}

export function anchorsubtitle_onviewportEnter() {

    $w("#imageSubTitle").hide("FadeOut");

    $w("#textSubTitle").hide("FadeOut");

}

Totally Codable - Explore the Possibilities
MP Classes - You Become When You Learn
Wix Code -Creation Without Limits
bottom of page