- [Common] Adds new MarqueeLabel types:
Left
andRight
. These new types are non-returning scrolls, meaning they scroll in one direction (likeLeftRight
andRightLeft
), but then do not ever return to the "home" position. - [Swift] Adds the functionality to create custom scroll types using the
scrollSequence
property. The sequences can contain custom positions (between the basichome
andaway
positions) at custom timings, as well as flexibility with edge fades.