WML Tutorial 13: Timer (Timer)
Timer can be used to automatically perform a task after the user does not perform any operation, and any task and user operation of the CARD page will start Timer, and the task is stopped. Each CARD can only have a Timer, and a Timer can only trigger a task. The syntax is as follows: , value is the required property, used to set the timing value of the timer, the minimum unit is 0.1 seconds.
Related properties:
Value countdown, each unit is equal to 0.1 seconds.
Example:
XML Version = "1.0"?> < WML>
Wait Ten Seconds P> card>
onevent> wait one second p> < / card> wml>