ID:2711626
 
Resolved
Added filters didn't appear until previous animations were finished, if ever. Additionally filter animation in general was incorrect with the new animation system.
BYOND Version:514.1563
Operating System:Windows 10 Home
Web Browser:
Applies to:Dream Seeker
Status: Resolved (514.1564)

This issue has been resolved.
Descriptive Problem Summary:
Filters now wait until animations are completed.

Code Snippet (if applicable) to Reproduce Problem:
        animate(src, pixel_y=0, time=0, loop=5)
animate(pixel_y=10, time=5)
animate(pixel_y=0, time=5)
filters = filter(type="drop_shadow",size=4,color="#0000ff")


Expected Results:
Filter is applied instantly.

Actual Results:
Filter is applied only after the animation is complete (or never, if it's infinite).

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Worked correctly in 514.1561. Didn't check 514.1562.

Lummox JR resolved issue with message:
Added filters didn't appear until previous animations were finished, if ever. Additionally filter animation in general was incorrect with the new animation system.