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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -195,20 +195,20 @@ In the example above, the last `li` tag is removed.
195
195
Pre Runners are added before Action Control values.
196
196
Each Pre Runner usually consists of one character, followed by the values of the Pre Runner, and then ends with the closing parenthesis (`)`) character.
197
197
198
-
-→: **Delay** - Value: `Second`
199
-
-↑: **Period** - Value: `Second`
198
+
-:: **Delay** - Value: `Second`
199
+
-(: **Period** - Value: `Second`
200
200
201
201
Example:
202
202
203
-
`↑4)+w<b>1=10px`
203
+
`(4)+w<b>1=10px`
204
204
205
205
The above example means that every 4 seconds, the width of the second b tag is added by 10 pixels.
206
206
207
207
Pre Runners are placed in the queue and can be called one after the other.
208
208
209
209
Example:
210
210
211
-
`→10)↑4)+w<b>1=10px`
211
+
`:10)(4)+w<b>1=10px`
212
212
213
213
The above example is the same as the previous example, except that it is executed after 10 seconds.
214
214
@@ -242,7 +242,7 @@ The `ac` attribute has the Action Controls value. Action Controls in this tag ar
0 commit comments