snappymail/rainloop/v/1.3.10.492/app/libraries/RainLoop/Enumerations/InterfaceAnimation.php
2013-11-12 11:28:48 +04:00

10 lines
No EOL
139 B
PHP

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