admin管理员组文章数量:1379980
I am using Owl Carousel v1.3.2 in my code base. This is awesome carousel plugin with fully responsive UI. But recently we got one requirement in which we want slider contents should move vertically upward/downward
. I checked documentation as well as plugin code but haven't found any configuration setting for doing that.
I searched through SO and came across following question How to use owl carousel vertically? but even that doesn't solve my problem.
Has anybody written any custom code to achieve this functionality? It's not possible for me to add another carousel library just for this vertical slide animation.
I am using Owl Carousel v1.3.2 in my code base. This is awesome carousel plugin with fully responsive UI. But recently we got one requirement in which we want slider contents should move vertically upward/downward
. I checked documentation as well as plugin code but haven't found any configuration setting for doing that.
I searched through SO and came across following question How to use owl carousel vertically? but even that doesn't solve my problem.
Has anybody written any custom code to achieve this functionality? It's not possible for me to add another carousel library just for this vertical slide animation.
Share Improve this question edited May 23, 2017 at 11:54 CommunityBot 11 silver badge asked Aug 27, 2015 at 7:12 user5243536user5243536 01 Answer
Reset to default 3This is some sort of a work around. Use transform: rotate(90deg)
on .owl-carousel
, or the container class, and rotate 270 deg by transform: rotate(270deg)
on the items. You have to deal with the margins problems yourself though, but at least the displaying and animation looks fine.
本文标签: javascriptOwl Carousel v132 with Vertical slide animationStack Overflow
版权声明:本文标题:javascript - Owl Carousel v1.3.2 with Vertical slide animation - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744462892a2607342.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论