We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6945e commit e8e0f87Copy full SHA for e8e0f87
src/tweenjs/plugins/RelativePlugin.js
@@ -38,7 +38,7 @@ this.createjs = this.createjs||{};
38
/**
39
* The RelativePlugin for TweenJS enables relative numeric values for tweens. Install using:
40
*
41
- * RotationPlugin.install();
+ * RelativePlugin.install();
42
43
* Once installed, you can pass in relative numeric property values as strings beginning with "+" or "-". For example,
44
* the following tween would tween the x position of `foo` from its initial value of `200` to `50` (200-150), then to
0 commit comments