Feu-Secret / Tokenmagic

A Foundry VTT module that allows you to add animations and graphic effects to tokens, tiles, templates and drawings.
GNU General Public License v3.0
52 stars 36 forks source link

Setting rotation value for clockwise to true or false has no effect on the macro outcome. #192

Closed BiraN2019 closed 2 years ago

BiraN2019 commented 2 years ago

Example macro that always rotates counterclockwise, regardless of true or false value:

let params =
    [{
        filterType: "transform",
        filterId: "rotationslowly",
        padding: 50,
        animated:
        {
        rotation:
            {
                active: true,
                animType: "rotation",
                loopDuration: 25000,
                clockwise: true,
            },    
        }
    }];

TokenMagic.addUpdateFiltersOnSelected(params);
BiraN2019 commented 2 years ago

This issue still persists. I cannot change the rotation direction of a given placeable.