Download the PHP package mickgeek/yii2-daslider without Composer
On this page you can find all versions of the php package mickgeek/yii2-daslider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-daslider
Delayed Animation Slider
Delayed Animation Slider is a simple content slider for the Yii 2 framework with animations for each slider element and the background parallax effect.
Installation
You can install the widget using Composer. Just run the following command under your application folder:
Usage
Widget Properties
-
registerModernizr
: boolean, whether the Modernizr JavaScript library should be registered. -
options
: array, the HTML attributes for the widget container tag. See renderTagAttributes() for details on how attributes are being rendered. clientOptions
: array, options for the widget. The possible options:current
: integer, a number of the current slide.bgincrement
: integer, an increment of the background position when sliding (the parallax effect).autoplay
: boolean, whether to display the slideshow.interval
: integer, a duration between the transitions.
License
This extension is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.