snappymail/rainloop/v/1.3.10.490/app/libraries/RainLoop/Enumerations/InterfaceAnimation.php
RainLoop Team 0b7afb5b7b + Multiple identities (#9)
- animation settings
* minor fixes
2013-11-12 02:01:44 +04:00

10 lines
No EOL
139 B
PHP

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