Sorry I dont get the link of this extension plz give me download link
See first post!!
Thanks a lot!
I’ll see what I can do. But I can’t promise anything as there are chances that doing it may break things up. Although, I think that shouldn’t be too hard to achieve.
Time for a fresh update!
-
Added
OnAnimationPause
event.
-
Added
OnAnimationResume
event.
-
Added
PauseAnimation
method.
-
Added
ResumeAnimation
method.
-
Fixed
ZoomIn/Out
animation types. They were not working as expected earlier.
Thanks @bodymindpower for reporting. -
Increased extension’s size by 3.9 KB.
Download
io.shreyash.phase.aix (106.5 KB)
Updated first post too.
Tip: Use names like AnimationPaused and AnimationResumed instead of On<…>, because when AnimationPaused
is more meaningful than when OnAnimationPause
.
Okay, will do.
Thanks a lot! It’s working perfectly now.
A quick naming fix!
Changed the names of following events:
-
OnAnimationStart
→AnimationStarts
-
OnAnimationEnd
→AnimationEnds
-
OnAnimationCancel
→AnimationCancelled
-
OnAnimationPause
→AnimationPaused
-
OnAnimationResume
→AnimationResumes
Download
Caution: This fix will break the renamed event blocks in existing projects. Just replace the old blocks with new ones and you are good to go.
io.shreyash.phase.aix (106.6 KB)
what next
I’ve already planned quite a few cool things, but unfortunately, I hardly get any free time to work on them. Busy with studies.
This post was flagged by the community and is temporarily hidden.
Great, I look forward to it.
And as I already pointed out in the AI2 forum:
This great extension opens up so many possibilities that many have not yet realized (probably not even Shreyash himself .
For example, I could now easily solve an old (complex) issue (regarding timer, canvas, and known synchronicity issues) for a meditation app. The extension works in my case throughout the use of the app, not just during a first initial animation.
This is by far more than a simple extension of fade-in/out animation effects (similar to the effects that PowerPoint offers, as some say and with which one should rather be sparing).
Thanks a lot, again!
By cool things I actually meant some other extensions.
Sorry, but currently I don’t have any plans of updating Phase anytime soon. But if you want me to add something specific, feel free to suggest. If possible, it’d be surely added.
Yes, I thought so but I’m curious about every new extension from you.
A great extension. If it is used deliberately and carefully, a great value of an app.
Thank you very much.
Thank you so much. I have been looking for something like this for a while. This will let me add those little touches to the app I’m developing for my employer to take this from a decent little app to something that truly feels professionally made. I do have one question. I was trying to animate the view pager component to fade in and there is a split second where it shows on screen before the animation starts. I tried starting it with visibility as false and making it visible on animation start and it doesn’t seem to want to set the visibility.
Hi,
Will you please do me a favor and send me a demo app demonstrating this?
I’ll try to do that this weekend. I’m currently just animating the first arrangement for the view pager and then setting the rest of the arrangements visible when the animation ends and that’s accomplishing most of what I wanted (The tabs don’t slide down like I had wanted, but it’s not a biggie).
So I found a workaround that does what I want. Place the View Pager inside another layout and animate that one.