vue3-seamless-scroll
Version:
1 lines • 974 B
CSS
.realBox{width:var(--30dfe170);overflow:hidden;-webkit-animation-name:scroll_animation;animation-name:scroll_animation;-webkit-animation-duration:var(--b7b947ea);animation-duration:var(--b7b947ea);-webkit-animation-iteration-count:var(--e036a410);animation-iteration-count:var(--e036a410);-webkit-animation-timing-function:cubic-bezier(var(--60e2a535),var(--60e2a554),var(--60e2a536),var(--60e2a555));animation-timing-function:cubic-bezier(var(--60e2a535),var(--60e2a554),var(--60e2a536),var(--60e2a555));-webkit-animation-play-state:var(--3dac5cfd);animation-play-state:var(--3dac5cfd);transform:translate(var(--ef87ef26),var(--ef87ef24))}.realBox.step{-webkit-animation-timing-function:steps(var(--ac562e7a),start);animation-timing-function:steps(var(--ac562e7a),start)}@-webkit-keyframes scroll_animation{to{z-index:999;transform:translate(var(--ac631658),var(--ac631656))}}@keyframes scroll_animation{to{z-index:999;transform:translate(var(--ac631658),var(--ac631656))}}