Skip to content

v3.1.0: New types and better (Swift) customization

Choose a tag to compare

@cbpowell cbpowell released this 11 Jun 22:57
· 153 commits to master since this release
  • [Common] Adds new MarqueeLabel types: Left and Right. These new types are non-returning scrolls, meaning they scroll in one direction (like LeftRight and RightLeft), 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 basic home and away positions) at custom timings, as well as flexibility with edge fades.