<div class="box" />
.box {
height: 70px;
width: 70px;
background-color: #9a0680;
margin: 5em;
}
anime({
targets:'.box',
translateY: 250,
scale: 2,
duration: 2000,
background: '#4C0070',
borderRadius:50,
rotate: '1turn',
easing: 'easeInOutExpo',
loop:true
})
This Pen doesn't use any external CSS resources.