Преглед на файлове

Merge pull request #9701 from jasonsturges/doc/actions-playanimationaction

PlayAnimationAction documentation match function signature
sebavan преди 4 години
родител
ревизия
864b816d8e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Actions/directActions.ts

+ 1 - 1
src/Actions/directActions.ts

@@ -281,7 +281,7 @@ export class PlayAnimationAction extends Action {
      * @param triggerOptions defines the trigger options
      * @param target defines the target animation or animation name
      * @param from defines from where the animation should start (animation frame)
-     * @param end defines where the animation should stop (animation frame)
+     * @param to defines where the animation should stop (animation frame)
      * @param loop defines if the animation should loop or stop after the first play
      * @param condition defines the trigger related conditions
      */