snappymail/rainloop/v/0.0.0/app/libraries/RainLoop/Enumerations/InterfaceAnimation.php

10 lines
139 B
PHP
Raw Normal View History

2013-11-02 06:19:20 +08:00
<?php
namespace RainLoop\Enumerations;
class InterfaceAnimation
{
const NONE = 'None';
const NORMAL = 'Normal';
const FULL = 'Full';
}