@keyframes stretch-first {
from { width: 0%; }
50% { width: *; }
to { width: *; }
}
@keyframes stretch-last {
from { width: 0%; }
50% { width: 0%; }
60% { background-color: #0082d6; }
to { width: *; background-color: *; }
}
@keyframes color-last {
from { background-color: white; }
50% { background-color: black; }
to { background-color: *; }
}