fromTopLeft function

Offset fromTopLeft(
  1. Animation anim
)

Implementation

Offset fromTopLeft(Animation anim) => fromLeft(anim) + fromTop(anim);