File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -136,3 +136,4 @@ The `transitionProperty` argument is a CSS `transition-property` value that can
136
136
- ` ScaleTransition `
137
137
- ` FlipTransition `
138
138
- ` RotateTransition `
139
+ - ` SkewTransition `
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ import createTransition from './createTransition';
2
2
import FadeTransition from './components/FadeTransition' ;
3
3
import SlideTransition from './components/SlideTransition' ;
4
4
import ScaleTransition from './components/ScaleTransition' ;
5
+ import SkewTransition from './components/SkewTransition' ;
5
6
import FlipTransition from './components/FlipTransition' ;
6
7
import RotateTransition from './components/RotateTransition' ;
7
8
8
9
export { createTransition } ;
9
10
export { FadeTransition } ;
10
11
export { SlideTransition } ;
11
12
export { ScaleTransition } ;
13
+ export { SkewTransition } ;
12
14
export { FlipTransition } ;
13
15
export { RotateTransition } ;
You can’t perform that action at this time.
0 commit comments