Skip to content

Commit 6334746

Browse files
committed
Doc
1 parent a472402 commit 6334746

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

iwsy/resources/help/action-animate.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

55
This action a visual effect on the content of a bock. At present there is only pan/zoom, used to create the "Ken Burns" effect that makes still photos look a little like video.
66

7+
~img:https://easycoder.github.io/iwsy/resources/help/img/animate.png|100%~
8+
79
This action performs a visual effect on one or more blocks. Each of the blocks has content which contains a special Markdown extension that defines the visual effect to be applied. The format is
810

911
~m:~vfx:100% manarola~~
1012

1113
where ~m:manarola~ is the name of the effect in the ~m:VFX~ section of the script. You can have any number of animations in a single content block, though more than one is usually over-doing it.
1214

13-
The parameters needed for the effect are as follows:
15+
The parameters needed for the effect are given by adding an item in the ~m:VFX~ section:
1416

15-
~img:https://easycoder.github.io/iwsy/resources/help/img/animate.png|100%~
17+
~img:https://easycoder.github.io/iwsy/resources/help/img/panzoom.png|100%~
1618

1719
Here the type is defined as a ~m:panzoom~ (it's currently the only option available). The name then follows. Next we have the aspect ratio of the container that holds the image being manipulated, the URL of that image and the duration of the effect in seconds.
1820

0 commit comments

Comments
 (0)