MDCRipple currently listens to window resize events to re-layout if unbounded. This is not necessary if the ripple is a perfect circle, which all current unbounded ripples are.
Proposed solution
Add a new property, oblong, to indicate that an unbounded ripple is not a perfect circle. The ripple should only register/deregister resize handlers if both unbounded and oblong.
Feature Request
MDCRipple currently listens to window resize events to re-layout if unbounded. This is not necessary if the ripple is a perfect circle, which all current unbounded ripples are.
Proposed solution
Add a new property,
oblong
, to indicate that an unbounded ripple is not a perfect circle. The ripple should only register/deregister resize handlers if both unbounded and oblong.