简体   繁体   English

具有2d或以上角度的3d效果动画的滑块

[英]slider with 3d effect animation in angular 2 or above

I want to use slider in my site with angular 8. 我想在我的网站上使用角度为8的滑块。
I use ngx-bootstrap for create slider and not problem. 我使用ngx-bootstrap创建滑块,没有问题。
but ngx-bootstrap not have 3d effect animation(brick,cube,louvers,...) for show slides(like wowslider.com). 但是ngx-bootstrap没有3d效果动画(砖块,立方体,百叶窗...)来制作幻灯片(例如wowslider.com)。
Does have a module for this job? 有用于这项工作的模块吗?

要解决您的问题,您可以覆盖用于淡入淡出过渡的CSS,而无需其他模块。

ngx-bootstrap slider is just meant as a basic slider to show images. ngx-bootstrap滑块仅用作显示图像的基本滑块。 Wowslider is software that generates advanced javascript. Wowslider是可生成高级javascript的软件。

As it is two independant sliders, there is no "module" , unless you make something yourself. 因为它是两个独立的滑块,所以没有“模块”,除非您自己制作东西。 However, it looks like wowslider exports to angular, so you don't need ngx-bootstrap at all. 但是,它看起来像是wowslider导出为有角的,所以您根本不需要ngx-bootstrap。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM