We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb2ff81 + d31c346 commit 37806d4Copy full SHA for 37806d4
.npmignore
@@ -5,6 +5,7 @@
5
!/es
6
!/lib
7
!/src
8
+!/docs
9
__snapshots__
10
*.test.js
11
!LICENSE
src/components/slide.js
@@ -169,6 +169,7 @@ class Slide extends React.PureComponent {
169
return transition;
170
}
171
172
+ // eslint-disable-next-line
173
getTransitionStyles() {
174
const { transitioning, z } = this.state;
175
const transition = this.getTransitionKeys();
0 commit comments