UNPKG

react-autoscroll-component

Version:
15 lines (14 loc) 234 B
.AutoScroll { height: 100%; width: 100%; position: relative; overflow: hidden; } .AutoScroll > * { position: absolute; width: 100%; top: 0; left: 0; height: auto; transition: top linear 0.2s; }