Timer.Mode

Change the way Timer behave. \ once: Will run from 0 to 1 in one duration then stop. \ reverse: Will run from 1 to 0 in one duration then stop. \ loop: Will run from 0 to 1 in one duration then restart from 0 again, etc. \ loopReverse: Will run from 1 to 0 in one duration then restart from 1 again, etc. \ bounce: Will run from 0 to 1 in one duration then from 1 to 0, etc. \ bounceReverse: Will run from 1 to 0 in one duration then from 0 to 1, etc.

Values

ValueMeaning
once
reverse
loop
loopReverse
bounce
bounceReverse

Meta