Animated Watch Face: Animation Not Playing on Screen Glance?

Hey all,

I'm finally reaching the end of my First 2 Watch Face Development Journey and have what I believe to be one final issue to work out.

I made an animated watch face using the DanceDance sample as a template and while the animation plays correctly when I scroll to the watchface it does not play the animation when I glance at the watch and it wakes using my wrist motion.

I thought the code was simple but am I missing something?

    function onExitSleep() 
    {
`    _animationDelegate.play();
    }