Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to move the marker in the timeline like this:
tl = design.timeline
print(tl.markerPosition)
tl.moveToBeginning
print(tl.markerPosition)
tl.moveToPreviousStep
print(tl.markerPosition)
but the code results in the unexpected output:
4
4
4
so what goes wrong here? any suggestions?
Thanks,
Stefan
Solved! Go to Solution.