123456789101112131415161718192021222324 |
- <?php
- /**
- * Created by PhpStorm.
- * User: marvincollins
- * Date: 1/19/19
- * Time: 8:24 AM
- */
- return [
- 'titleColor' => '',
- 'messageColor' => '',
- 'titleSize' => '22',
- 'messageSize' => '17',
- 'titleLineHeight' => '',
- 'messageLineHeight' => '',
- 'transitionIn' => 'flipInX',
- 'transitionOut' => 'flipOutX',
- 'zindex' => null,
- 'closeOnClick' => true,
- 'timeout' => 5000,
- 'drag' => true,
- 'position' => "bottomRight", //bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter or center.
- 'progressBar' => true,
- ];
|