top of page
Âncora 1
Página Stunning
Stunning 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");
}
bottom of page