CSS transition to bottom-right from center
问题 I have a requirement in which the container is stretching all over the page. when I click on the container, it should become smaller. This should happen with animation. I tried css transition which is animating the stretched element to top: shrinking slowly to the provided dimensions while moving towards top-right but what I want is Shrink in middle and then move to bottom-right of the page by animating. Fiddle CSS #main { position: fixed; height: 100%; width: 100%; margin-top: 50px;