稍微放大进行中的loading图标

This commit is contained in:
北枳 2025-07-20 12:23:54 +08:00
parent 5c393f2ecd
commit f2d3a2f8e5

View File

@ -112,7 +112,7 @@ const StageIcons = ({ currentStage, isExpanded }: { currentStage: number, isExpa
className={`relative rounded-full p-1 ${isCurrentStage ? 'bg-opacity-20' : 'bg-opacity-10'}`}
animate={isCurrentStage ? {
rotate: [0, 360],
scale: [1, 1.1, 1],
scale: [1, 1.2, 1],
transition: {
rotate: { duration: 3, repeat: Infinity, ease: "linear" },
scale: { duration: 1.5, repeat: Infinity, ease: "easeInOut" }