File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ export default create({
77 brandUrl : 'https://fakundo.github.io/react-transitioning/' ,
88 brandImage : undefined ,
99 brandTarget : '_self' ,
10-
1110 appContentBg : '#1B1C1D' ,
1211 appPreviewBg : '#1B1C1D' ,
1312} ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-transitioning" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " React components for easily implementing basic CSS animations and transitions" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export function Transition(props: TransitionProps) {
165165 tmRef . current = setTimeout ( setPhase , duration , nextPhase ) ;
166166 }
167167 } else {
168- setPhase ( nextPhase ) ;
168+ tmRef . current = setTimeout ( setPhase , 0 , nextPhase ) ;
169169 }
170170 }
171171 return ( ) => {
You can’t perform that action at this time.
0 commit comments