Created
January 27, 2020 13:05
-
-
Save annacoding2020/277b146857bd9184c7b4c302ca666730 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul | |
| style={{ | |
| listStyle: "none", | |
| padding: 0, | |
| margin: 0, | |
| display: "flex", | |
| alignItems: "center", | |
| transition: 'all .5s', | |
| overflow: isServerSide ? "hidden" : "unset", | |
| transform: `translate3d(${this.state.transform}px,0,0)` | |
| }} | |
| > | |
| ...rest of our stuff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment