animation = b.animate(
[
{ background: "#ff004d", offset: 0 },
{ background: "#ff77ab", offset: 0.2 },
{ background: "#00e756", offset: 0.5 },
{ background: "#29adff", offset: 0.8 },
{ background: "#ff77ab", offset: 1 }
],
{
duration: 2000,
direction: "alternate",
iterations: Infinity
}
)