2017 © Pedro Peláez
 

library turntable

yii2-turntable

image

ga/turntable

yii2-turntable

  • Monday, December 4, 2017
  • by liuzexin
  • Repository
  • 1 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GATurntable

A turntable for lottery activity., (*1)

The GATurntable has two scroll types.

1.POINTER_SCROLL

pointer.gif, (*2)

2.TURNTABLE_SCROLL

turntable.gif, (*3)

How to install

composer require ga/turntable dev-master, (*4)

How to useage

In the view file you should include following code:, (*5)

<?php
use ga\turntable\TurntableWidget;
use ga\turntable\TurntableAsset;
TurntableAsset::register($this);
?>
<?= TurntableWidget::widget(['scrollType'=>TurntableWidget::TURNTABLE_SCROLL])?>

Configuration params

The configuartion is very easy,we can set the public property: * $deg animate degree * $animationTime in the other word it's the speed of animation * $pointerCallback js code in here.If the pointer complete animation will trigger this function. * $turntableCallback js code in here.If the turntable complete animation will trigger this function. * $scrollType self::POINTER_SCROLL or self::TURNTABLE_SCROLL * $pointerImagePath custom pointer image path * $turntableImagePath custom turntable image path * $turntableBGImagePath custom turntable background image path, (*6)

The Versions

04/12 2017

dev-master

9999999-dev

yii2-turntable

  Sources   Download

null

by Avatar liuzexin

yii2 widget turntable