Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

[MDCRipple] only listen to resize events if oblong #5578

Closed
@asyncLiz

Description

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.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions