forked from 77media/video-flow
稍微放大进行中的loading图标
This commit is contained in:
parent
5c393f2ecd
commit
f2d3a2f8e5
@ -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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user