Skip to content

Releases: fireveined/pixi-flex-layout

Performance optimizations and aspect ratio

24 May 06:23
Compare
Choose a tag to compare
  • many, many performance optimizations. Things are calculated only when there is a need.
  • keepAspectRatio added

Animation system

05 Apr 14:11
Compare
Choose a tag to compare

Animation system added:

obj.yoga.animationConfig  = {
    time: 250,
    easing: t => t
}

Fixed `position: absolute` bug

30 Mar 15:08
Compare
Choose a tag to compare

Fixed bug with position: absolute elements positioned using bottom/left properties

PIXI5 support

29 Mar 14:27
Compare
Choose a tag to compare

Added support for PIXI5