| HTML Class | Value | Description |
| right-anim |
animation: rightAnim 1s forwards ease-in-out; position: relative; |
Animation from right |
| left-anim |
animation: leftAnim 1s forwards ease-in-out; position: relative; |
Animation from left |
| bottom-anim |
animation: bottomAnim 1s forwards ease-in-out; position: relative; |
Animation from bottom |
| top-anim |
animation: topAnim 1s forwards ease-in-out; position: relative; |
Animation from top |
| hover-up | up transform | |
| hover-down | down transform | |
| hover-left | left transform | |
| hover-right | right transform |