@keyframes styleSheetAnim {
    from {
        color: red;
    }
    to {
        color: blue;
    }
}