Search found 2 matches
- August 24th, 2022, 12:58 pm
- Forum: Expressions Tutorials
- Topic: Animation between markers
- Replies: 1
- Views: 38057
Re: Animation between markers
Ok. Zero responses. Looks like this forum is dead. 4 months later I figured this out myself. Just in case anyone else finds it useful - here is the Expression code for the scale parameter: n = 0; if (thisLayer.marker.numKeys > 0){ n = thisLayer.marker.nearestKey(time).index; if (thisLayer.marker.key...
- May 3rd, 2022, 2:17 am
- Forum: Expressions Tutorials
- Topic: Animation between markers
- Replies: 1
- Views: 38057
Animation between markers
Hello, I've always been more of a design/creative type of guy rather than a mathematics/logics/coding type of a guy. This seams like a basic thing to solve, but I've spent several hours and still couldn't come up with solution. I'm working on a project where i'd like animation to happen between mark...