Skip to content

Commit 9612f0f

Browse files
Update README.md
1 parent 495e58f commit 9612f0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,20 +195,20 @@ In the example above, the last `li` tag is removed.
195195
Pre Runners are added before Action Control values.
196196
Each Pre Runner usually consists of one character, followed by the values ​​of the Pre Runner, and then ends with the closing parenthesis (`)`) character.
197197

198-
- : **Delay** - Value: `Second`
199-
- : **Period** - Value: `Second`
198+
- :: **Delay** - Value: `Second`
199+
- (: **Period** - Value: `Second`
200200

201201
Example:
202202

203-
`4)+w<b>1=10px`
203+
`(4)+w<b>1=10px`
204204

205205
The above example means that every 4 seconds, the width of the second b tag is added by 10 pixels.
206206

207207
Pre Runners are placed in the queue and can be called one after the other.
208208

209209
Example:
210210

211-
`10)4)+w<b>1=10px`
211+
`:10)(4)+w<b>1=10px`
212212

213213
The above example is the same as the previous example, except that it is executed after 10 seconds.
214214

@@ -242,7 +242,7 @@ The `ac` attribute has the Action Controls value. Action Controls in this tag ar
242242

243243
Example:
244244

245-
`<web-forms ac="nt<body>=div|MyDivTag$[sln];shMyDivTag=500px$[sln];swMyDivTag=500px$[sln];2)bci24=violet"></web-forms>`
245+
`<web-forms ac="nt<body>=div|MyDivTag$[sln];shMyDivTag=500px$[sln];swMyDivTag=500px$[sln];2)bci24=violet"></web-forms>`
246246

247247
Note: The value of the `ac` attribute must not contain the double-quote character (`"`), and the string `$[dq];` must be used instead.
248248

0 commit comments

Comments
 (0)