@sandungas i'm a completely disaster in making animation
I'm trying to make a notification animation just like the ps5 one
https://i.imgur.com/uyhgTz1.mp4
and i tried to replicate it without success
https://i.imgur.com/uys3vx1.mp4
Can you help me with the timing and animations?
The current animation is this:
I'm trying to make a notification animation just like the ps5 one
https://i.imgur.com/uyhgTz1.mp4
and i tried to replicate it without success
https://i.imgur.com/uys3vx1.mp4
Can you help me with the timing and animations?
The current animation is this:
Code:
<Anim name="anim_notication_ring">
<Fade object="object:pslogo_notification_ring" time="0" accelMode="0x0" colorScaleA="1" />
<Resize object="object:pslogo_notification_ring" time="1100" accelMode="0x0" sizeScaleX="1.2" sizeScaleY="1.2" sizeScaleZ="1" />
<Fade object="object:pslogo_notification_ring" time="900" accelMode="0x0" colorScaleA="0" />
<Delay time="1100" />
<Fade object="object:pslogo_notification_ring" time="0" accelMode="0x0" colorScaleA="0" />
<Resize object="object:pslogo_notification_ring" time="0" accelMode="0x0" sizeScaleX="0.9" sizeScaleY="0.9" sizeScaleZ="1" />
<Delay time="1100" />
<FireEvent event="anim:anim_notication_ring" />
</Anim>