Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

Commit c8f8cf3

Browse files
authored
Merge pull request #24 from shawncplus/patch-1
Swril -> Swirl in Burst tutorial
2 parents a060738 + 3cffca6 commit c8f8cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/tutorials/burst.babel.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const BurstPage = new React.createClass({
284284
<h2> then, tune, generate and play </h2>
285285

286286
<p>
287-
You can make <span className="highlight">then</span> state chains, <span className="highlight">tune</span> and <span className="highlight">generate</span> any <span className="highlight">Burst</span> the same as you do with <span className="highlight">Shape</span> or <span className="highlight">ShapeSwril</span>. Also, since the <span className="highlight">Burst</span> is merely a <span className="highlight">ShapeSwirl</span> under the hood, you can use any <span className="highlight">tween</span> interface public method like <span className="highlight">play</span>, <span className="highlight">setProgress</span>, <span className="highlight">replay</span> etc (click somewhere to see):
287+
You can make <span className="highlight">then</span> state chains, <span className="highlight">tune</span> and <span className="highlight">generate</span> any <span className="highlight">Burst</span> the same as you do with <span className="highlight">Shape</span> or <span className="highlight">ShapeSwirl</span>. Also, since the <span className="highlight">Burst</span> is merely a <span className="highlight">ShapeSwirl</span> under the hood, you can use any <span className="highlight">tween</span> interface public method like <span className="highlight">play</span>, <span className="highlight">setProgress</span>, <span className="highlight">replay</span> etc (click somewhere to see):
288288
</p>
289289

290290
<CodeSample pen="dbf4904aa71f428a38401610e1c8f863">
@@ -700,4 +700,4 @@ burst
700700
}
701701
});
702702

703-
export default BurstPage;
703+
export default BurstPage;

0 commit comments

Comments
 (0)