How do I Rotate, Translate, and Scale rectangle from a keyframe using popmotion pure?
问题 How do I make the last keyframe rotate my rectangle to a 35deg angle using popmotion pure? https://codepen.io/matthewharwood/pen/XWmRPaK?editors=1111 HTML: <div class="flex h-screen w-screen justify-center items-center"> <div class="portal-b"> <h1 class="left"></h1> </div> </div> <button class="trigger fixed z-10 left-0 top-0"> B replace A </button> CSS: .portal-b { background: blue; width: 1px; height: 100px; } JS const { easing, keyframes, styler } = window.popmotion; const trigger =