PolymerLabs / polymon

Seek out Polymer team members and capture them as Polymon! https://polymon.polymer-project.org
10 stars 2 forks source link

iOS + perf #129

Closed e111077 closed 7 years ago

e111077 commented 7 years ago

Branched off of #106 which is necessary for iOS memory management.

Battle Animation in Chrome:

Old New
image battle animation

In this PR:

  1. Clipping in chrome battle visualization is gone. Firefox it just looks like a black bar
  2. Reduced speedlines from 30 to 8 (that's all you need)
  3. Removed inline styles and gave pseudo-random values
  4. Limited iterations of speedline animations when not visible
  5. Text is visible in iOS (offscreen was causing the render issue)
  6. Black screen no longer hangs on iOS (testing with office iPad)
cdata commented 7 years ago

This addresses #68 and #117

cdata commented 7 years ago

LGTM 👍