For example, in this code: ```cs top.After(1f).PaddingTo(new(100), 1f).Then(1f).Loop(); ``` The delay in the `Then` call is ignored because it doesn't surpass the 1s supplied in the padding transform.