Implements the set of containers which user can rotate around vertical or horizontal axis.
Usage
To use a carousel, install the wiz-carousel
component:
wiz install @edetailer/wiz-carousel
After the installation, import it to the slide and fill it with any HTML tags:
<wiz-carousel> <div>Item</div> <div>Item</div> <div>Item</div> <div>Item</div> </wiz-carousel>
These items will be wrapped in <div class="carousel-item"></div>
element.
Properties
Property | Type | Default | Description |
| (String) |
| Defines carousel type. vertical or horizontal |
| (String) |
| Sets carousel rotation type, Set |
| (Number) |
| Rotation speed multiplier |
| (Number) |
| Carousel rotation radius |
| (Number) |
| Determines the distance between the z=0 plane and the user in order to give a 3D-positioned element some perspective |
| (Number) |
| Determines the position at which the viewer is looking |
| (Boolean) |
| Defines that rotation is snapped to show the current item |
| (Number) |
| Initial rotation shift angle in the range from |
| (Number) |
| Defines index of currently active item |
| (Number) |
| Carousel opacity in percent |
| (Number) |
| Carousel blur in pixels |
| (Number) |
| Carousel items scale |