You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/md/wordpress.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ attach Anchor to `my-anchor-div`
26
26
</div>
27
27
```
28
28
29
-
The variable Anchor now becomes the container in which your entire ~ec~ script lives and you can do anything you like with it. For example, go to the _Mexican Wave_ example in the codex, copy its code and paste this into your page, using `Anchor` as its parent container. When you load the page the animation runs - it's as simple as that.
29
+
The variable Anchor now becomes the container in which your entire ~ec~ script lives and you can do anything you like with it. For example, go to the _Mexican Wave_ example in the codex, copy its code and paste this into your page inside the `easycoder-script` tag. You'll need to change the line `create Container` to `attach Container to `my-anchor-div``. When you load the page the animation runs - it's as simple as that.
0 commit comments