added comment to animation class

This commit is contained in:
2024-05-23 19:56:39 +02:00
parent b4a69ed975
commit 1a62421c90

View File

@@ -1,3 +1,6 @@
//usage: PlayAnimation(animationfile, Qicontext);
// https://qisdk.softbankrobotics.com/sdk/doc/pepper-sdk/ch4_api/movement/reference/animation.html
package com.example.fitbot.sports; package com.example.fitbot.sports;
import android.support.v7.app.AppCompatActivity; import android.support.v7.app.AppCompatActivity;
@@ -31,5 +34,4 @@ public class Animations extends AppCompatActivity {
animate.async().run(); animate.async().run();
} }
} }