#animationOk{width:240px;height:210px;margin:30px auto;overflow:hidden}#animationOk>IMG:first-child{width:200px;height:200px}#animationOk>IMG:last-child{width:100px;height:100px;position:relative;top:-100px;left:140px;transform:translate(0%,0%) scale(0)}#animationOk.animated>IMG:last-child{animation:expandCircle 800ms forwards}@keyframes expandCircle{to{transform:translate(0%,0%) scale(1)}}