* Change slide with specified pattern. A pattern must be in the special format: * `>` - Move one forward * `<` - Move one backward * `={i}` - Go to {i} zero-based slide (eq. '=1', will go to second slide) * `>>` - Rewinds to end (last slide) * `<<` - Rewinds to start (first slide
(pattern)
| 92 | * @return {Glide} |
| 93 | */ |
| 94 | go (pattern) { |
| 95 | this._c.Run.make(pattern) |
| 96 | |
| 97 | return this |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Move track by specified distance. |
no outgoing calls
no test coverage detected