Page MenuHomePhabricator

[native] Extract normal style from animated style
ClosedPublic

Authored by inka on Aug 13 2024, 9:11 AM.
Tags
None
Referenced Files
F2754924: D13069.id43480.diff
Wed, Sep 18, 8:45 PM
Unknown Object (File)
Mon, Sep 16, 3:18 AM
Unknown Object (File)
Mon, Sep 16, 3:18 AM
Unknown Object (File)
Sun, Sep 15, 9:07 AM
Unknown Object (File)
Sun, Sep 15, 9:06 AM
Unknown Object (File)
Fri, Sep 6, 8:32 AM
Unknown Object (File)
Thu, Sep 5, 5:44 AM
Unknown Object (File)
Tue, Sep 3, 7:35 PM
Subscribers

Details

Summary

issue: ENG-9039
In later diffs, the animations will be handled not by style but by entering and exiting animations.

Test Plan

Tested with later diffs by rendereing a tip that it still looks as it used to

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Aug 13 2024, 9:29 AM
tomek added inline comments.
native/tooltip/nux-tips-overlay.react.js
205–221 ↗(On Diff #43364)

Can we reduce the duplication here?

This revision is now accepted and ready to land.Aug 14 2024, 5:53 AM
native/tooltip/nux-tips-overlay.react.js
205–221 ↗(On Diff #43364)

This is reduced in D13072