(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
document.body.style.setProperty('--header-scroll-hide-height-md', `${headerEle.querySelector('.header__mobile .header__scroll_hide').clientHeight}px`);
document.body.style.setProperty('--header-scroll-hide-height-pc', `${headerEle.querySelector('.header__desktop .header__scroll_hide').clientHeight}px`);
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/11
Description
FEATURES
🐥 The body of a dancing duck can turn left and right - Push the switch to the third gear, and the duckling's body will twist left and right. It is lively and interesting with the rhythm of the music
🐥 Swing your hands up and down and walk with your feet left and right - The duckling's hands swing up and down, and with the rhythm of the music, his feet walk left or right
🐥 Music sound effect, built-in four music - The dancing duck has built-in four pieces of music. It will stop when switching music.
🐥 Lighting effects - The dancing duck's head and hands will shine. With the rhythm of music, the lights change and flicker, and it is more obvious to turn on the lights at night.