How can I add the ken burns effect to this slider?
问题 can anyone explain how to add the Ken Burns effect to this slider? I tried adding the following to the keyframes but it didn't work: 95% { transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px); animation-timing-function: ease-in; opacity: 1; } 100% { transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px); opacity: 0; } what is the explanation that it doesn't work on this case? Here is the original CSS code only for simplicity: $main: #777; $back: #aaa; $accent: hsl(220,50%