Skip to main content
Version: 8.1

Swiper

Swiper is the most modern free and open source mobile touch slider with hardware accelerated transitions and amazing native behavior.

Properties

NameDescriptionProperty Type
instancesArray of slide instances.array
instanceCommonProperties shared between all instances.object
settingsSwiper settings.object
styleUse styles to customize the visual style of the component. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class.object

Instance Properties

The following properties are supported both:

  1. For individual instances (each item in the array of instances).
  2. For all instances (in instanceCommon)
Instance Common

Settings in instanceCommon are inherited by all instances unless overridden. See Property Inheritance for more details.

NameDescriptionProperty Type
viewPathView path of this instance.string
viewParamsParameters for this instance.object
viewStyleStyles applied to the view.object
slideStyleStyles applied to the slide. The slide is the container of the view.object
useDefaultHeightUse default view height.boolean
useDefaultMinHeightUse default minimum view height.boolean
useDefaultWidthUse default view width.boolean
useDefaultMinWidthUse default minimum view width.boolean

Configuration Details

Details on how to configure the component can be found on the Swiper documentation site. All property configurations supported by Swiper are supported on the Perspective component.

Only configuration details specific to this module are provided here.