<div class="triangle"></div>
<style>
.triangle{
border:10rem solid transparent;
border-bottom-color:#c9ff21;
width:0px;
margin:auto;
animation:1ms rotate;
animation-timeline:scroll();
}
@keyframes rotate{
to{
rotate:y 5turn
}
}</style>
xxxxxxxxxx
body{
height:150vh;
display: flex;
align-items:center
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.