Fox

Fox

$69.00

Animal Series Specs 🦊 Material: PBT  🦊 Production Method: Five-sided thermal sublimation  🦊 Note: Only Keycaps included, no keyboard.  🦊 Total Keys: Base kit: 129 Keys  Full kit: 151 keys Compatibility 🦊 The base kit is incompatible with the 7-shaped Enter key and trapezoidal capslock key. 🦊 The full kit is compatible with ANSI&ISO layout. 🦊 If you have any questions, please feel free to contact us.     ABOUT MATERIAL #PBT Due to the stable molecular structure of the material, the PBT keycap has high corrosion resistance and high heat resistance. It is not easy to be oiled after long-term use, and it can maintain the initial state of the keycap for a long time. // 获取要添加动画效果的元素 const animatedDivSc1 = document.querySelector("#tab-description-mobile > div.tab-popup-content > div.expanded-width > div > div.banner > div > div.banner-item.d-md-flex.flex-row.mysc"); // 监听窗口滚动事件 window.addEventListener('scroll', () => { // 获取窗口滚动的垂直位置 const scrollPositionSc1 = window.scrollY; // 获取元素的位置信息 const rectSc1 = animatedDivSc1.getBoundingClientRect(); const triggerPositionSc1 = rectSc1.top + window.scrollY-250; // 设置触发动画的位置 //const triggerPositionSc1 = 720; if (scrollPositionSc1 > triggerPositionSc1) { animatedDivSc1.style.opacity = 1; } }); CHARACTER CRAFT #Sublimation Dye sublimation uses solid resin inks, this type of ink will be biodegraded under high temperature and then penetrate into the keycaps to undergo sublimation. The keycap characters produced by this process can penetrate deep into the surface of the keycap and combine with the keycap itself. As a whole, it is better in gloss and firmness. The characters and patterns are bright in color and not easy to wear. // 获取要添加动画效果的元素 const animatedDivSc2 = document.querySelector("#tab-description-mobile > div.tab-popup-content > div.expanded-width > div > div.banner > div > div.banner-item.d-md-flex.flex-row-reverse"); // 监听窗口滚动事件 window.addEventListener('scroll', () => { // 获取窗口滚动的垂直位置 const scrollPositionSc2 = window.scrollY; // 获取元素的位置信息 const rectSc2 = animatedDivSc2.getBoundingClientRect(); const triggerPositionSc2 = rectSc2.top + window.scrollY-250; // 设置触发动画的位置 //const triggerPositionSc2 = 720; if (scrollPositionSc2 > triggerPositionSc2) { animatedDivSc2.style.opacity = 1; } }); ABOUT PROFILE #CHERRY PROFILE Highly comfortable, allowing users to tap into a natural posture, relieving long-term key input fatigue. // 获取要添加动画效果的元素 const animatedDivSc3 = document.querySelector("#tab-description-mobile > div.tab-popup-content > div.expanded-width > div > div.banner > div > div.banner-item.d-md-flex.flex-row"); // 监听窗口滚动事件 window.addEventListener('scroll', () => { // 获取窗口滚动的垂直位置 const scrollPositionSc3 = window.scrollY; // 获取元素的位置信息 const rectSc3 = animatedDivSc3.getBoundingClientRect(); const triggerPositionSc3 = rectSc3.top + window.scrollY-250; // 设置触发动画的位置 //const triggerPositionSc3 = 720; if (scrollPositionSc3 > triggerPositionSc3) { animatedDivSc3.style.opacity = 1; } });  

Show More Show Less