Hi,
I have a layer type container which I tween scale and alpha for pulse effect.
The position of the layer, parent to a hotspot, is jerking when I tween it's scale and alpha...
Any solution ?
barebone : https://360images.fr/barebone_pulse/
Code
<style name="callout_pulse" type="container" align="center" bg="false" width="10" height="10" bgborder="3 0xffffff 1" onloaded="pulse(get(name))"/>
<action name="pulse" protect="true">
tween(layer[%1].scale|layer[%1].alpha,3|0.0,2,,set(layer[%1].scale,1);set(layer[%1].alpha,1);pulse(%1));
</action>