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

feat: add animation possibility to asyncbinding #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kristofkalai
Copy link

As described in issue #2, AsyncBinding currently lacks support for animation. This pull request addresses this limitation by introducing animation capabilities. Additionally, two examples have been provided to better illustrate the problem. These examples can be accessed here: the latest two commits include a basic view and a list where animations could be implemented, and can enhance the user experience.

Backward compatibilty

Thanks to the default arguments, the library remains fully backward compatible. By default it uses nil az an animation, which means no animation (as it was before this pull request).

@kristofkalai kristofkalai force-pushed the feat/add-animation-possibility branch from 458cf1c to 0e1c5fa Compare March 1, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant