.svgbutton {
    box-sizing: border-box;
    height: 30px;

    border-color: transparent transparent transparent #000000;
    transition: 100ms all ease;
    will-change: border-width;
    cursor: pointer;

// play state
border-style: solid;
    border-width: 20px 0 20px 30px;
}