Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AnimatedComponent [nfc]: Initialize animatedValue based on
visible
.
Currently, AnimatedComponent has only one caller, and it always starts by passing `false` for `visible`. Since it never passes `true` initially, the new path isn't exercised. But we should make it so future callers that pass `true` initially will actually see the element start as visible. So, do that. See more discussion at #4914 (comment).
- Loading branch information