<div class="box" id="elem"></div>
.box{
background-color: #ea0f9b;
width: 80px;
height: 80px;
}
var cssSelector = anime({
targets: '#elem',
translateX: 200,
duration: 1500
});
This Pen doesn't use any external CSS resources.