.element1{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0;
height: 0;
border-style: solid;
border-width: 0 100px 0 0;
border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
animation: element-1-move 2s linear infinite;
}