Share Posted May 23, 2018 Hi guys! I have some problem tring to animate some PIXI filters inside a timeline with other dom element animations. I provide a pen with an example of slider. My goal is to animate blur filter and dom element in the same timeline. The problem is that in swap Timeline tween with dom element tween doesn't start. swap .fromTo(blurFilter, SWAPTIME, { blur: 10 }, { blur: 0, yoyo: true }) .fromTo(canvasContainer, SWAPTIME, { scale: 1 }, { scale: 1.1, yoyo: true }) Any suggestions? Thank you See the Pen NMmYdj by nicoladelazzari (@nicoladelazzari) on CodePen Link to post Share on other sites
Author Share Posted May 23, 2018 Fixed.. Timeline was in paused mode 1 Link to post Share on other sites
Share Posted May 23, 2018 Welcome to the forums. Thanks for letting us know you got it fixed. Link to post Share on other sites