
App Smart Control Tadpole Egg Vibrating
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+SiliconeBattery Type: Rechargeable Lithium BatteryUsingTime: About 1.5 Hours(Full Charged)Weight: 242gSize: 58*58*62 mmPackage Inclued: 1 PCS Operational Guidelines: Turn on: Press and hold the power button for 2 seconds to turn on /off the roseSwitch Mode: Short press the power button to switch to different sucking mode with 10 sucking frequencies 📦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; }