新的 type:"rotational" 选项做了两件事:
"center top" 或 "20% 80%"。示例代码:
gsap.to("#start", {
duration: 2,
morphSVG:{
shape:"#end",
type:"rotational",
origin:"20% 60%"
},
ease: "power1.inOut"
});
了解更多 MorphSVGPlugin。