Emily Rautenberg

Results 2 issues of Emily Rautenberg

## Description The `itemPosX` and `itemPosY` properties of FocusManager/NavigationManager/Column/Row instantly updated the x and y values of the Items element. This prevents animating the Items element and making a smoother...

## Description In building the new Gallery component, I tried adding his to the Gallery.d.ts file: ```ts type GalleryStyle = ColumnStyle & { itemLayout?: LayoutOptions; }; ``` I found that...

DO NOT MERGE