Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. let height = ...
  2. let bottomSpace = ...
  3.  
  4. <Spring
  5. from={{
  6. height: 0,
  7. bottom: '100%',
  8. marginBottom: 0
  9. }}
  10. to={{
  11. height: height,
  12. bottom: '100%',
  13. marginBottom: bottomSpace
  14. }}
  15. >
  16. {styles => <animated.div style={styles} className="mc-gee"></animated.div>}
  17. </Spring>
Add Comment
Please, Sign In to add comment