Activity › Forums › Adobe After Effects Expressions › Rotate text at each marker without manually adding keyframes Adobe After Effects Expressions Rotate text at each marker without manually adding keyframes Posted by TIneke Van Schalkwyk on February 2, 2023 at 11:31 am Do you think it is possible to rotate the text at each marker along the layer cycling through: 0, -5, 0, 5 degrees. Dan Ebberts replied 3 years, 3 months ago 2 Members · 1 Reply 1 Reply Dan Ebberts February 2, 2023 at 4:42 pm Probably something similar to this: m = marker;n = m.nearestKey(time).index;if (time < m.key(n).time) n--;r = 0;if (n > 0){ n = (n -1)%4; if (n == 1) r = -5 else if (n == 3) r = 5;}r Reply to this Discussion! Login or Sign Up Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me Reply to this Discussion! Login or Sign Up