Transitions

CSS transitions allows you to change property values smoothly (from one value to another), over a given duration.

                    
                      .transition-opacity-0_1 {
                        transition: opacity .1s ease-in;
                      }