Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation with sequence of images #160

Closed
Lweek opened this issue Feb 13, 2019 · 4 comments
Closed

Animation with sequence of images #160

Lweek opened this issue Feb 13, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@Lweek
Copy link

Lweek commented Feb 13, 2019

Is your feature request related to a problem? Please describe.
My application does some work in background. During waiting I present topNote with information about running process. I would love to make it more candy with animated sequence of rotating cogs.

Describe the solution you'd like
Add new EKParameter for array of UIImages. Alternative init for EKSimpleMessage where image parameter could be array of images. This array will be then passed to UIImageView.animationImages and start animating after note will be fully presented and stop animating before dismiss.

@huri000 huri000 added the enhancement New feature or request label Mar 9, 2019
@huri000
Copy link
Owner

huri000 commented Mar 9, 2019

Hi @Lweek,
That's a nice idea. I'll try getting it done this week.

@Lweek
Copy link
Author

Lweek commented Mar 10, 2019

@huri000 Amazing, Thank You! 🙏 😊

huri000 added a commit that referenced this issue Mar 15, 2019
#160: Animation with sequence of images.
Any preset image can be repeatedly animated using sequence or transformation.
Updated the example project with an appropriate preset (Notes/4: Top Animating Image Note).
@huri000
Copy link
Owner

huri000 commented Mar 15, 2019

Hi @Lweek! 0.8.9 will contain the requested feature and be released later today.
Any preset image will be able to be animated using image-sequence and transformation. The animation repeats itself until the entry is no longer displayed.
The example project contains an appropriate example (Notes/4).

Untitled

@huri000
Copy link
Owner

huri000 commented Mar 15, 2019

0.8.9 released.
Let me know if that works for you.
Cheers! 🎉

@huri000 huri000 closed this as completed Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants