It is currently May 1st, 2024, 12:40 pm

Unsmooth animation

Get help with creating, editing & fixing problems with skins
User avatar
TweaknFreak
Posts: 217
Joined: July 14th, 2012, 7:26 am

Unsmooth animation

Post by TweaknFreak »

I made this animation and expected it to be quite smooth but it aint. Please tell me proper solutions to solve it.

STEPS :-
1. Left click on the background image starts the animation of exploding out.
2. Then after its completed another animation is triggered where its exploded parts are coming closer.
3. At the end whole config is refreshed.

Here's the code :-

Code: Select all

[Rainmeter]
Author=TweaknFreak
MiddleMouseDownAction=[!Refresh]
Update=10


[BackgroundImage]
Meter=IMAGE
ImageName=outer4.png
x=45
y=60
Hidden=0
AntiAlias=1
LeftMouseDownAction=[!EnableMeasure TimedDelay][!EnableMeasure MeasureAnimation1][!HideMeter BackgroundImage][!ShowMeter OuterAnim1]


[TimedDelay]
Measure=Calc
Formula=TimedDelay + 1
IfEqualValue=15
IfEqualAction=[!HideMeter OuterAnim1][!ShowMeter TransitionImage][!DisableMeasure MeasureAnimation1][!EnableMeasure TimedDelay2][!DisableMeasure TimedDelay]
Disabled=1


[TimedDelay2]
Measure=Calc
Formula=TimedDelay2 + 1
IfEqualValue=100
IfEqualAction=[!EnableMeasure MeasureAnimation2][!HideMeter TransitionImage][!ShowMeter OuterAnim2][!EnableMeasure TimedDelay3][!DisableMeasure TimedDelay2]
Disabled=1


[TimedDelay3]
Measure=Calc
Formula=TimedDelay3 + 1
IfEqualValue=15
IfEqualAction=[!HideMeter OuterAnim2][!DisableMeasure MeasureAnimation2][!DisableMeasure TimedDelay3][!ShowMeter Background2][!Refresh]
Disabled=1


[MeasureAnimation1]
Measure=CALC
Formula=Counter % 15
Disabled=1


[OuterAnim1]
Meter=BITMAP
MeasureName=MeasureAnimation1
BitmapImage=anim1.png
x=45
y=60
Hidden=1
BitmapFrames=15
BitmapExtend=1
Antialias=1


[TransitionImage]
Meter=IMAGE
ImageName=15.png
x=45
y=60
Hidden=1
AntiAlias=1


[MeasureAnimation2]
Measure=CALC
Formula=Counter % 15
Disabled=1


[OuterAnim2]
Meter=BITMAP
MeasureName=MeasureAnimation2
BitmapImage=anim2.png
x=45
y=60
Hidden=1
BitmapFrames=15
BitmapExtend=1
Antialias=1
IMAGES ARE IN ATTACHMENTS BELOW

Thanx to every one. :)
You do not have the required permissions to view the files attached to this post.
Be one of the iNEViTABLES - Storm, Earthquake, Lightning, Flood - and the world will bow down to you.

My current desktop
[hsimg]http://i1313.photobucket.com/albums/t559/TweaknFreak/6-22-20149-46-40PM_zps7bcbc1f6.png[/hsimg]
User avatar
TweaknFreak
Posts: 217
Joined: July 14th, 2012, 7:26 am

Re: Unsmooth animation

Post by TweaknFreak »

Here's the other image. I'm sorry I couldnt compress all of them in one package.
You do not have the required permissions to view the files attached to this post.
Be one of the iNEViTABLES - Storm, Earthquake, Lightning, Flood - and the world will bow down to you.

My current desktop
[hsimg]http://i1313.photobucket.com/albums/t559/TweaknFreak/6-22-20149-46-40PM_zps7bcbc1f6.png[/hsimg]