Skip to content

RAC SelectionIndicator: transition-property: all does not work #9096

@lixiaoyan

Description

@lixiaoyan

Provide a general summary of the issue here

Perhaps we should use a default property list if transition-property is all.

let transitionProperty = style.transitionProperty.split(/\s*,\s*/);
scope[name] = {
rect: element.getBoundingClientRect(),
style: transitionProperty.map(p => [p, style[p]])
};
}

🤔 Expected Behavior?

has animation

😯 Current Behavior

no animation

💁 Possible Solution

No response

🔦 Context

No response

🖥️ Steps to Reproduce

.

Version

1.13.0

What browsers are you seeing the problem on?

Chrome

If other, please specify.

No response

What operating system are you using?

macOS

🧢 Your Company/Team

No response

🕷 Tracking Issue

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions