| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | const BASE_EFFECTS = [ 'fade', 'slide', 'scale' ]; |
| 23 | 23 | const ADDITIONAL_EFFECTS = [ 'custom' ]; |
| 24 | 24 | |
| 25 | 25 | const TYPES = [ 'in', 'out' ]; |
| 26 | - const DIRECTIONS = [ 'left', 'right', 'top', 'bottom', 'top-left', 'top-right', 'bottom-left', 'bottom-right', '' ]; | |
| 26 | + const DIRECTIONS = [ 'left', 'right', 'top', 'bottom', '' ]; | |
| 27 | 27 | |
| 28 | 28 | const BASE_EASING = [ 'easeIn' ]; |
| 29 | 29 | const ADDITIONAL_EASING = [ 'easeOut', 'easeInOut', 'backIn', 'backInOut', 'backOut', 'linear' ]; |
| 30 | 30 | |