-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Hi,
I was trying to implement shared elements animations using this tuto:
https://android-developers.googleblog.com/2018/02/continuous-shared-element-transitions.html
To do that we need to use AppCompatActivity, compat Fragment ....
For that the whole Nativescript framework needs to switch to support v4 classes (frame, activity, fragment, fragment.transition).
I started to work on that but it's not easy because the FragmentManager does not have a loadAnimator but a loadAnimation. Which means it does not use animators but animations.
Also this will be a requirement as the android.app.FragmentManager is deprecated in P
:https://developer.android.com/reference/android/app/FragmentManager
If you are ok with that i can make a PR.
Metadata
Metadata
Assignees
Labels
No labels