50% {transform:translateY(-25px) rotate(8deg) scale(1.05);} 100% {transform:translateY(0px) rotate(0deg) scale(1);} ...
There are two ways to implement sagas: Choreography - each service listens for events and decides what to do next. There is no central coordinator. This works well for simple sagas with few steps.