
Smart Egg App Control Vibrator
App Control Download the app from Store and connect the devices. You will come to a whole new world just after a few steps! 6 App-Sound mode music mode. video mode. touch mode. remote mode. etc.You can try each mode and choose any mode you like or let your friend control the egg vibratorby adding him to your device. Mini Size The total length of this app control vibratoris 7 inches and the weight is only 50g.It's small enough to be carried in your pocket and perfect for traveling. Product Details: Material: ABS+Silicone Battery Type: Rechargeable Lithium Battery UsingTime: About 2 Hours(Full Charged) Weight: 62g Size: 180*35.8*35.2 mm Package Inclued: 1 PCS Operational Guidelines: Turn on: 3 seconds long pressing the power button (in the tail) to turn on/off. Switch Mode: Shortly press the power button to change the vibrating frequency. App Operation: 📦Secret Packing: WE RESPECT YOUR PRIVATE LIFE IS IMPORTANTThe description of the content is general ("messager") and doesn't provide an exact detail of what inside the package to ensure the privacy of all our customers. 1. Your name, contact information, order product information other related information are strictly confidential.2. Confidential distribution, multi-layer secure packaging.3. You can indicate other confidentiality requirements in the order remarks column function show(e) { let NextElement = getNextElement(e.target) let openStatus = e.target.className === 'step-close' ? false : true NextElement.style.display = openStatus ? 'none' : 'block' e.target.className = openStatus ? 'step-close' : 'step-open' console.log(e.target.className) } //获取下一个兄弟元素的兼容函数 function getNextElement(element) { if (element.nextElementSibling) { return element.nextElementSibling } var next = element.nextSibling; //下一个兄弟节点 while (next && 1 !== next.nodeType) { //有 并且 不是我想要的 next = next.nextSibling; } return next; }