HandMotionAnimation

  • HandMotionAnimation drives AR hand motion animation in Android applications.

  • It provides a constructor to initialize with container and hand image views.

  • The applyTransformation method is used to control the animation's progress and appearance.

  • It inherits various constants and methods from the Animation class for animation control.

public class HandMotionAnimation

This drives the AR hand motion animation.

Inherited Constants

Public Constructors

HandMotionAnimation(View containerView, View handImageView)

Protected Methods

void
applyTransformation(float interpolatedTime, Transformation transformation)

Inherited Methods

Public Constructors

public HandMotionAnimation (View containerView, View handImageView)

Parameters
containerView
handImageView

Protected Methods

protected void applyTransformation (float interpolatedTime, Transformation transformation)

Parameters
interpolatedTime
transformation