Search found 1 match
- March 14th, 2019, 8:02 am
- Forum: Expressions Library
- Topic: Create a timecode with expressions
- Replies: 16
- Views: 194683
Re: Create a timecode with expressions
Hi, I added a simple timecode to my video and now I'd like to make the numbers speed up as if there was a fast forward, and stop them, then rewind and so on as if it were a tape this is the expression so far function pad(str, max) { str = str.toString(); return str.length < max ? pad("0" +...