TUBE POD
Adjustable Airflow
iJust AIO is creatively designed with adjustable airflow. Simply twist the whole pod section to find the best airflow for you.
Easiest Refilling of Its Kind
Refilling of a pod is easier than ever on Eleaf iJust AIO. Simply twist the rotatable ring to reach the fill port and fill the pod with e-liquid.

Visible E-liquid Level
Only taking a glance on the big transparent window, you will clearly know how much e-liquid is left.
1500mAh Built-in Battery
iJust AIO is designed as a pocket vape kit while housing a gigantic 1500mAh internal battery, with a LED indicator light to display the battery capacity remaining.
1500 mAh
Optional Power Outputs
iJust AIO offers 3 power levels for you to customize your vaping experience.
GT Coils
Vape on iJust AIO with the GT mesh coil to experience the pure flavor and dense clouds.
GT M 0.6ohm Head
Easy Coil Replacement
Pull out the old and insert the new coil in. iJust AIO is perfect for people like ease of use and less mess.
Ultra Portable
The smallness and extremely light weight of the iJust AIO allows you to transport it anywhere with ease.

Protection

Protection

Protection

Protection

Protection
- Ø22mm x 102.5mm
Size
- 59.5g
Weight
- 2ml
E-liquid Capacity
- 1500mAh
Battery Capacity
- 23W max
Output Wattage
- 0.3Ω-3Ω
Resistance Range



//Initialize library to lazy load images const observer = lozad('.lozad',{ rootMargin: '10px 0px', threshold: 0.1 }); observer.observe();
var pictureObserver = lozad('.lozad-picture', { threshold: 0.1 }) pictureObserver.observe();
});
//banner动画 var images_ban =new Array(); for (var b = 1; b '); } var obj_ban = {curImg: 0}; var tween_ban = new TimelineMax() .to(obj_ban, 7, { curImg: images_ban.length - 1, // animate propery curImg to number of images roundProps: "curImg", // only integers so it can be used as an array index repeat: 0, // repeat 3 times immediateRender: true, // load first image automatically ease: Linear.easeNone, // show every image the same ammount of time onUpdate: function () { $(".myimg_ban").attr("src", images_ban[obj_ban.curImg]); // set the image source } }) .to("#tl-overview-design-curve-title-1", 7, {"bottom": "auto","top":"10%", ease: Linear.easeNone},0) .to("#tl-overview-design-curve-title-2", 7, {"bottom":"10%","top":"auto", ease: Linear.easeNone},0)
var controller_ban = new ScrollMagic.Controller(); var scene = new ScrollMagic.Scene({triggerElement: ".tl-container",triggerHook: "onLeave",duration: "900"}) .setTween(tween_ban) .setPin(".tl-container") .addTo(controller_ban);
var mySwiper = new Swiper ('.section-02 .swiper-container', { slidesPerView: 4, slidesPerGroup : 4, spaceBetween: 30, pagination: '.swiper-pagination', paginationClickable: true, breakpoints: { 1199: { slidesPerView: 4, slidesPerGroup :4, spaceBetween: 10, }, 767: { slidesPerView: 1, slidesPerGroup : 1, centeredSlides : true, spaceBetween: 0, }, }, });
//section-03调气动画 var images_tiaoqi =new Array(); for (var c = 51; c '); }else{ images_tiaoqi[c] = "http://img.jwei.com/e/images/2020/03/tq/tiaoqi_00"+c+".jpg"; $(".hidden-img-tiaoqi").append(''); } } var obj_tiaoqi = {curImg: 0}; var tween_tiaoqi = new TimelineMax() .fromTo('#restart-btn-tiaoqi', 0.5, {display: "block"}, {display: "none"}) .to(obj_tiaoqi, 3, { curImg: images_tiaoqi.length - 1, // animate propery curImg to number of images roundProps: "curImg", // only integers so it can be used as an array index //repeat: 0, // repeat 3 times immediateRender: true, // load first image automatically ease: Linear.easeNone, // show every image the same ammount of time onUpdate: function () { $(".myimg_tiaoqi").attr("src", images_tiaoqi[obj_tiaoqi.curImg]); // set the image source } }) .fromTo('#restart-btn-tiaoqi', 0.5, {display: "none"}, {display: "block"});
var controller_tiaoqi = new ScrollMagic.Controller(); var scene = new ScrollMagic.Scene({triggerElement: "#trigger-tiaoqi"}) .setTween(tween_tiaoqi) .addTo(controller_tiaoqi);
$("#restart-btn-tiaoqi").on("click", function() { tween_tiaoqi.restart(); });
//section-04注液动画 var images_zhuye =new Array(); for (var c = 0; c '); }else if(c>99){ images_zhuye[c] = "http://img.jwei.com/e/images/2020/03/zhuye/M186"+c+".png"; $(".hidden-img-zhuye").append(''); }else{ images_zhuye[c] = "http://img.jwei.com/e/images/2020/03/zhuye/M1860"+c+".png"; $(".hidden-img-zhuye").append('
'); } } var obj_zhuye = {curImg: 0}; var tween_zhuye = new TimelineMax() .fromTo('#restart-btn-zhuye', 0.5, {display: "block"}, {display: "none"}) .to(obj_zhuye, 3, { curImg: images_zhuye.length - 1, // animate propery curImg to number of images roundProps: "curImg", // only integers so it can be used as an array index //repeat: 0, // repeat 3 times immediateRender: true, // load first image automatically ease: Linear.easeNone, // show every image the same ammount of time onUpdate: function () { $(".myimg_zhuye").attr("src", images_zhuye[obj_zhuye.curImg]); // set the image source } }) .fromTo('#restart-btn-zhuye', 0.5, {display: "none"}, {display: "block"});
var controller_zhuye = new ScrollMagic.Controller(); var scene = new ScrollMagic.Scene({triggerElement: "#trigger-zhuye"}) .setTween(tween_zhuye) .addTo(controller_zhuye);
$("#restart-btn-zhuye").on("click", function() { tween_zhuye.restart(); });
//section-06颜色选择 var optionImgs = ["ijust-aio-6-3.jpg","ijust-aio-6-4.jpg","ijust-aio-6-2.jpg"]; $(".options .option").click(function(){ var i=$(this).index(); $(".options .option:nth-child("+(i+1)+")").addClass("active").siblings().removeClass("active"); $(".option-img>img").attr('src',"http://img.jwei.com/e/images/2020/03/"+optionImgs[i-1]); }); //数字动画 $(".counter").countUp({ delay: 50, time: 1500 });
//加号圆圈文字显示 $(function(){ $(".col-pic .img").hover(function(){ $(this).prev("p").css("display","block"); },function(){ $(this).prev("p").css("display","none"); }) })
//加载动画 var wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 250, mobile: true, live: true }); wow.init();
iJust AIO was originally posted by E-Sigaret Nieuws
Geen opmerkingen:
Een reactie posten