ID:2298022
 
Not a bug
BYOND Version:512.1387
Operating System:Windows 10 Home
Web Browser:Chrome 60.0.3112.113
Applies to:DM Language
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
When trying to animate a filter via
filters = filter(type="drop_shadow",size=1,y=-2)
animate(filters[1],transform=matrix()*2,time=5)


A runtime error occurs.
runtime error: bad arg name 'transform'

Expected Results:
The ability to animate a filter.

Actual Results:
Runtime error.
Filters don't have transforms. The drop_shadow filter has only size, x, y, offset, and color args.
Lummox JR resolved issue (Not a bug)