UNPKG
react-size
Version:
latest (0.1.1)
0.1.1
0.1.0
Helpers to manage browser size changes in React.
github.com/Xananax/react-size
Xananax/react-size
react-size
/
example
/
style.styl
6 lines
(5 loc)
•
108 B
text/stylus
View Raw
1
2
3
4
5
6
.modal
transform
:
translateY
(-
300%
) transition: all .
5s
ease-out &.modal-open transform:
translateY
(
0
)