transition是一个过渡关键字,transition可以指定tranform这个CSS属性指定过渡动画,例如

.p{
	transition:tramsform 250ms ease
}

其中transform属性是专门用于平移,旋转,缩放的属性

平移的关键词就是translate