File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dist/react-spring.es.js" : {
3
- "bundled" : 74973 ,
4
- "minified" : 36195 ,
5
- "gzipped" : 11298 ,
3
+ "bundled" : 75051 ,
4
+ "minified" : 36209 ,
5
+ "gzipped" : 11302 ,
6
6
"treeshaked" : {
7
- "rollup" : 28483 ,
8
- "webpack" : 29491
7
+ "rollup" : 28460 ,
8
+ "webpack" : 29468
9
9
}
10
10
},
11
11
"dist/react-spring.umd.js" : {
12
- "bundled" : 88278 ,
13
- "minified" : 38262 ,
12
+ "bundled" : 88356 ,
13
+ "minified" : 38276 ,
14
14
"gzipped" : 12756
15
15
},
16
16
"dist/NumericalSpring.cjs.js" : {
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ export default class Transition extends React.PureComponent {
209
209
{ ...rest }
210
210
{ ...props }
211
211
onFrame = { onFrame && ( values => onFrame ( item , values ) ) }
212
+ onRest = { onRest && ( values => onRest ( item , values ) ) }
212
213
render = { render && children }
213
214
children = { render ? this . props . children : children }
214
215
/>
You can’t perform that action at this time.
0 commit comments