Skip to content

Commit a689fb0

Browse files
committed
fixup! Add support for firing all transition events
1 parent 4e8df21 commit a689fb0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/__tests__/events.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,12 @@ const eventTypes = [
117117
},
118118
{
119119
type: 'Transition',
120-
events: ['transitionCancel', 'transitionEnd', 'transitionRun', 'transitionStart'],
120+
events: [
121+
'transitionCancel',
122+
'transitionEnd',
123+
'transitionRun',
124+
'transitionStart',
125+
],
121126
elementType: 'div',
122127
},
123128
{

0 commit comments

Comments
 (0)