简体   繁体   中英

slider with 3d effect animation in angular 2 or above

I want to use slider in my site with angular 8.
I use ngx-bootstrap for create slider and not problem.
but ngx-bootstrap not have 3d effect animation(brick,cube,louvers,...) for show slides(like wowslider.com).
Does have a module for this job?

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

ngx-bootstrap slider is just meant as a basic slider to show images. Wowslider is software that generates advanced 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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