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

NativeAnimation works only for hidden cards #9

Open
1 task
Cfun1 opened this issue Mar 30, 2021 · 0 comments
Open
1 task

NativeAnimation works only for hidden cards #9

Cfun1 opened this issue Mar 30, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Cfun1
Copy link
Owner

Cfun1 commented Mar 30, 2021

  • bf22465 When in edit mode Card should have native touch effect (ripple). Working for last card only for some reasons, needs investigate When reloading xaml thru hot reload while in edit mode it starts working perfectly for all. Also if a change is done on any of the elements it starts working for all.
    Update:
    commented out for now, works only for hidden cards.

it is working for hidden cards, only because of

if (e.PropertyName.Equals(nameof(MainCardView.IsHidden)) &&
mainCardViewWeakReference.TryGetTarget(out var mainCardView))
{
collectionView.ItemTemplate = null;
collectionView.ItemTemplate = this;
}

@Cfun1 Cfun1 changed the title NativeAnimation works only for lst item of the CollectionsView NativeAnimation works only for last item of the CollectionsView Mar 31, 2021
@Cfun1 Cfun1 changed the title NativeAnimation works only for last item of the CollectionsView NativeAnimation works only for hidden cards Apr 11, 2021
@Cfun1 Cfun1 added bug Something isn't working help wanted Extra attention is needed labels Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant