petcarerx

Results 2 issues of petcarerx

due to if(0) being interpreted as false, the optional properties samples checking if(config.width) parameter will fail if a 0 value is supplied: ``` interface SquareConfig { color?: string; width?: number;...

Update

Setup: ``` //using a PIXI.Sprite: sprite.filters=[new PIXI.filters.BlurFilter()]; //setup a tween for the blur property of the [0]'th filter, at first i tried { filters : [ { blur : 0.2...