Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit d52eab0

Browse files
committed
Remove prepareForTransition from todo.
1 parent c09ac18 commit d52eab0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/csstransition.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export interface CSSTransitionProps
3333
leaveStyle?: CSSProperties;
3434
style?: CSSProperties;
3535
// TODO:
36-
// prepareForTransition?: boolean;
3736
// appearStyle?: CSSProperties;
3837
// appearInitStyle?: CSSProperty;
3938
// enterInitStyle?: CSSProperties;

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (C) 2016 Chi Vinh Le and contributors.
3+
* Copyright (C) 2016-present Chi Vinh Le and contributors.
44
*
55
* This software may be modified and distributed under the terms
66
* of the MIT license. See the LICENSE file for details.

0 commit comments

Comments
 (0)