Skip to content

Commit

Permalink
Fix slideLeftSlow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Shillitto committed Mar 9, 2023
1 parent 04cd313 commit afc97c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Clip.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public function getModelName()
const EFFECT_ZOOM_OUT_SLOW = 'zoomOutSlow';
const EFFECT_ZOOM_OUT_FAST = 'zoomOutFast';
const EFFECT_SLIDE_LEFT = 'slideLeft';
const EFFECT_SLIDE_LEFT_S_LOW = 'slideLeftSLow';
const EFFECT_SLIDE_LEFT_SLOW = 'slideLeftSlow';
const EFFECT_SLIDE_LEFT_FAST = 'slideLeftFast';
const EFFECT_SLIDE_RIGHT = 'slideRight';
const EFFECT_SLIDE_RIGHT_SLOW = 'slideRightSlow';
Expand Down Expand Up @@ -307,7 +307,7 @@ public function getEffectAllowableValues()
self::EFFECT_ZOOM_OUT_SLOW,
self::EFFECT_ZOOM_OUT_FAST,
self::EFFECT_SLIDE_LEFT,
self::EFFECT_SLIDE_LEFT_S_LOW,
self::EFFECT_SLIDE_LEFT_SLOW,
self::EFFECT_SLIDE_LEFT_FAST,
self::EFFECT_SLIDE_RIGHT,
self::EFFECT_SLIDE_RIGHT_SLOW,
Expand Down

0 comments on commit afc97c3

Please sign in to comment.