Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがシステムに入ったときにドアが開くアニメーションを実行したい。たとえば、次の図を参照してください。
ユーザーがEnterキーを押すと、ドアが開きます。
しかし、どうすればそれを行うことができますか? 私の検索によると、連続した画像で解決できるかもしれません。しかし、どんなアイデアでも素晴らしいでしょう。ありがとう..
android demo からRotation 3D demoを見つけます。
これでは180度を使用。
しかし、あなたの問題のために、ドアの2 つの遠心性イメージを作成します。1 つは左側のドア用です。右側のドア用に 1 つ。
アニメーションを90 度に設定します。
これがあなたを助けることを願っています。
編集: API デモ リンク...
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.html