@keyframes go { 50% { transform: translate({{ styleValues.transX }}px, {{ styleValues.transY }}px) scale({{ styleValues.scale }}); background-color: {{ styleValues.bgcolorTo }}; } }