Skip to content

v0.2.1

Compare
Choose a tag to compare
@timomeh timomeh released this 26 Feb 01:30
· 206 commits to master since this release
v0.2.1

Enhancements

  • A Tab will respond more quickly to TouchEvents. This is because we delegate the call to measureLayout to a non-critical time, respectively after the Tab became active. (#2)
  • The time-difference between the Ripple-Animation and the movement of the Tab seemed to be to long, because I didn't thought of the delay which comes with the easeIn. Now it looks better. (#7)
  • Ripple Animations will be on the correct place when the orientation changes. (#5)

Other

  • Fixed some flow issues
  • Cleaned code