問題タブ [fragment-transitions]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Transition フレームワークを使用してビューを移動する
xml の Transition フレームワークを使用して、translateX/translateY に似たアニメーションを作成しようとしています。フラグメント A から B に移動しているときに、B には、最終的な位置とは異なる位置 (画面境界内) から移動する必要があるいくつかのビューがあります。を使用してこれを達成しようとしまし<patternPathMotion>
たが、受け入れられません<targets>
。またSlide
、画面の外からのみオブジェクトをアニメーション化できます。android.transition
また、 (ChangeBounds、ChangeTransform、...);のサブクラスを使用するチュートリアルまたはサンプル コードを教えてください。すべての記事はSharedElementTransition
:-(