Hello, friends!
I am working on Angular2 powered project and have some issue with tweening dynamic elements.
Everything works fine alone, but if i do parallel animation of a couple elements - something brakes: inner text of tweened div is not updating until some user-event, like click/touch/mousewheel. The same for css transitioned elements, that dont used by any gsap tools.
The problem is not stable on desktop (chrome/opera), as i think, it starts to bugging when i go to other tab, do something and go back to my tab.
But it stable in iOs Safari 8.3/10.2.
As for Angular side - i'm doing all along 'best practise':
all targets are element refs
all tweens are emitted after view init lifecycle hook and subscripiton on target (check that it is exist)
At this moment all animations are by TweenMax.
What can cause the problem?