I’d like to update my shadow locations to accurate place them under their parent objects. I’m doing this by creating the parent object and another similar object which sits in a lower group. An enterFrame listener then updates the shadows with the parent (the target ‘object’) location plus offset. The issue is that, due to the test code using transition.to there is a slight lag when using enterFrame to update the shadows.
https://gist.github.com/HoraceBury/dd5e163a61458a1bcdbc36921cdf5bde
Any thoughts on how to keep pace with the transition?
#mighthavebeenawaytoolong