[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The `HandMotionAnimation` class drives AR hand motion animation, inheriting constants and methods from `android.view.animation.Animation`. It has one public constructor, taking `containerView` and `handImageView` parameters, and one protected method, `applyTransformation`, which takes `interpolatedTime` and `transformation` parameters to modify animations. Inherited methods manage animation properties like duration, repeat count, fill behavior, and listener interactions. `HandMotionAnimation` enables creating custom animations by overriding `applyTransformation`.\n"]]