- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我将 owl carousel 2.0 用作全屏 slider 。此处示例:http://pixelbypixel.comli.com/
除细节外,它运行良好:如果用户调整屏幕大小使其变大,则下一张幻灯片/图像的一部分会显示几秒钟:
有什么办法可以解决吗?例如,此 slider 不会发生此问题:http://archive.nicinabox.com/superslides/#1但在这种情况下我需要使用猫头鹰旋转木马。
这是我的标记:
<div class="owl-carousel-container">
<div class="owl-carousel">
<div>
<div class="img-container" style="background:url('img/home-1.jpg') no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;"></div>
</div>
<div>
<div class="img-container" style="background:url('img/home-2.jpg') no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;"></div>
</div>
<div>
<div class="img-container" style="background:url('img/home-3.jpg') no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;"></div>
</div>
</div>
</div>
CSS:
.owl-carousel-container {
position: relative;
width: 100%;
height: 100% !important;
background: #00ad9d;
}
.owl-carousel-container .owl-carousel {
height: 100% !important;
opacity: 0 !important;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
.owl-carousel-container .owl-carousel .owl-stage-outer {
height: 100% !important;
}
.owl-carousel-container .owl-carousel .owl-stage-outer .owl-stage {
height: 100% !important;
}
.owl-carousel-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
height: 100% !important;
}
.owl-carousel-container .owl-carousel .owl-stage-outer .owl-stage .owl-item > div {
width: 100%;
height: 100%;
}
.owl-carousel-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .container {
height: 100%;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.owl-carousel-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .container img {
width: auto;
position: absolute;
right: 15px;
/*top: 157px;*/
height: 384px;
top: 50%;
margin-top: -177px;
}
.owl-carousel-container .owl-carousel .owl-stage-outer .owl-stage .owl-item div.img-container {
width: 100%;
height: 100%;
position: absolute;
}
JS:
function owlCarousel(){
var owl = $('.owl-carousel');
$(".owl-carousel").owlCarousel({
loop:true,
nav:false,
mouseDrag:true,
touchDrag:false,
autoplay:true,
autoplayTimeout:6000,
autoplaySpeed:600,
autoplayHoverPause:false,
onInitialize : function(element){
owl.children().sort(function(){
return Math.round(Math.random()) - 0.5;
}).each(function(){
$(this).appendTo(owl);
});
},
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
});
}
最佳答案
尝试添加这个选项:
响应刷新率:10
默认值为 200,这意味着如果您调整窗口大小,图像将在 200 毫秒后响应。
例子:
$('#carousel-1').owlCarousel({
nav: true,
dots: true,
animateIn: 'zoomIn',
animateOut: 'zoomOut',
responsiveRefreshRate: 10,
navText: false,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 4
}
}
});
但如果网站增长,您可能会遇到性能问题(我想,没有测试过)
关于javascript - 猫头鹰轮播下一张幻灯片 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33167394/
首先是 fiddle :http://jsfiddle.net/krish7878/m2gnrx2v/1/ 有两个带有自定义控件的 owl slider 实例,每个实例都由其自己的代码生成,问题是,当
我一直在谷歌上寻找在单个页面上使用多个轮播的方法,但没有找到任何适合我的解决方案。你们中的任何人都可以帮忙吗? 这是代码: HTML
我有以下调用 Owl Carousel 。我已尽我所能并在整个网络上进行了大量搜索,但找不到解决方法。我已经尝试更新最新的 css/js 这对我没有帮助。请同时检查屏幕截图。在他们的官方网站上也随机转
我已经被困两天了,现在试图理解为什么以下场景不起作用: 截图在这里:http://dl.dropbox.com/u/4677548/screenshots.html 我有一个 VegetarianFo
我在我的页面中使用猫头鹰 slider 。我总共有 4 个猫头鹰 slider ,它们在页面上动态显示。问题是,如果我单击接下来的特定 slider ,那么它也会滑动其他 3 个 slider blo
如果你查看DBPedia的电影信息里面的信息,你会经常看到电影的缩略图属性。 http://dbpedia.org/page/The_Matrix 它表示有一个缩略图 (dbpedia-owl:thu
我正在尝试使用 GraphDB-SE 三元组存储爱因斯坦谜语并使用规则集来推断答案。 GraphDB 内置了对 OWL2-RL 和 OWL2-QL 的支持。 根据 w3.org OWL 2 RL su
在 OWL 中是否可以对语言属性设置最大基数限制,这将限制每种语言的基数。 例如,每种语言我最多只需要一个dct:title。所以, :demo dct:title "Demo"@en, "Demo"
我对使用域、范围和限制来定义本体的正确方法有疑问。如果我想代表“学生必须只有一个身份证明”,我认为我可以做以下其中一项: 定义属性的域和范围(例如, :hasId rdfs:domain :Stude
在 OWL 中是否可以对语言属性设置最大基数限制,这将限制每种语言的基数。 例如,每种语言我最多只需要一个dct:title。所以, :demo dct:title "Demo"@en, "Demo"
我的猫头鹰类与我的狐狸类非常相同,它实际上是逐字复制的,除了新的出生概率和我添加到猫头鹰的独特的东西,但我的问题是我有一个随机生成器类来生成用于出生的随机数概率等。这是变量 //用于控制繁殖的共享随机
你好, 我正在使用 Java OWL API(版本 5)并想检查一个类是否是另一个类的子类。现在我正在通过获取预期子类的所有父类(super class)并检查此列表是否包含预期父类(super cl
$(document).ready(function(){ $('.owl-carousel').owlCarousel({ loop:true, margin:10, n
我是 protege 的新手,我必须用曼彻斯特 OWL 语法建模一个与 soduku 具有相似属性的网格。 我一直在搜索,但我似乎无法找到一种方法来制作一个公理,即“每列必须有 4 个单元格,并且必须
这是builtin_owl2-rl.pie第361行 // Part 1 of cls_oo Id: cls_oo_1 c x ------------------
有人告诉我为什么this有效而不是this .我是否遗漏了一些重要的东西? 我只是将img src改成了不同的url 最佳答案 您只需要稍微整理一下 HTML:
我有以下类:B、C 和 D 类是 A 的子类。 A ----+----------> B | +----------> C | +---------->
我是一名优秀的程序员,十分优秀!