Skip to content

Commit

Permalink
Merge pull request #29 from shotstack/fix-effect-typo
Browse files Browse the repository at this point in the history
Fix slideLeftSlow typo
  • Loading branch information
jeffski authored Mar 9, 2023
2 parents 04cd313 + afc97c3 commit 96e6168
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 96e6168

Please sign in to comment.