Skip to content

Commit

Permalink
rename easing curves
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffecup committed Sep 25, 2024
1 parent 594ed0e commit 297c32a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions plugin-api-standalone.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2542,14 +2542,14 @@ interface SlideTransition {
| 'SMART_ANIMATE'
readonly duration: number
readonly curve:
| 'IN_CUBIC'
| 'OUT_CUBIC'
| 'INOUT_CUBIC'
| 'EASE_IN'
| 'EASE_OUT'
| 'EASE_IN_AND_OUT'
| 'LINEAR'
| 'GENTLE_SPRING'
| 'SPRING_PRESET_ONE'
| 'SPRING_PRESET_TWO'
| 'SPRING_PRESET_THREE'
| 'GENTLE'
| 'QUICK'
| 'BOUNCY'
| 'SLOW'
readonly timing: {
readonly type: 'ON_CLICK' | 'AFTER_DELAY'
readonly delay?: number
Expand Down
14 changes: 7 additions & 7 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2538,14 +2538,14 @@ interface SlideTransition {
| 'SMART_ANIMATE'
readonly duration: number
readonly curve:
| 'IN_CUBIC'
| 'OUT_CUBIC'
| 'INOUT_CUBIC'
| 'EASE_IN'
| 'EASE_OUT'
| 'EASE_IN_AND_OUT'
| 'LINEAR'
| 'GENTLE_SPRING'
| 'SPRING_PRESET_ONE'
| 'SPRING_PRESET_TWO'
| 'SPRING_PRESET_THREE'
| 'GENTLE'
| 'QUICK'
| 'BOUNCY'
| 'SLOW'
readonly timing: {
readonly type: 'ON_CLICK' | 'AFTER_DELAY'
readonly delay?: number
Expand Down

0 comments on commit 297c32a

Please sign in to comment.