You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm recording and playing back in liveMode a single page app that uses animation between routes. The animation is css based. With the default configuration, the replay appears broken when moving between routes because the animation is never run. If I set pauseAnimation to false it works as expected. I'm just wondering what the intended use is for the pauseAnimation config option.