snappymail/rainloop/v/0.0.0/app/libraries/RainLoop/Enumerations/InterfaceAnimation.php
2015-01-08 18:00:03 +04:00

10 lines
No EOL
139 B
PHP

<?php
namespace RainLoop\Enumerations;
class InterfaceAnimation
{
const NONE = 'None';
const NORMAL = 'Normal';
const FULL = 'Full';
}