There are two new features coming to CSS that will make it much easier to further avoid JavaScript when implementing animations: Animating to and from display: none; for the sake of enter/exit animations. Animating to and from the intrinsic size of an element (such as height: auto;). Traditionally, animating something into or out of the screen (as opposed to just hiding it visually) required JavaS