Skip to content

Commit

Permalink
document transform options
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Jun 16, 2019
1 parent 14fa1bc commit 61ff7e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ export interface FlippedProps {
children: FlippedChildren
inverseFlipId?: string
flipId?: string
/** Tween opacity (applying this prop will remove the default transitions on the scale and transform values) */
opacity?: boolean
/** Tween translateX and translateY (applying this prop will remove the default transitions on the scale and opacity values) */
translate?: boolean
/** Tween Tween scaleX and scaleY (applying this prop will remove the default transitions on the transform and opacity values) */
scale?: boolean
transformOrigin?: string
stagger?: string | boolean
Expand Down

0 comments on commit 61ff7e1

Please sign in to comment.