adobe / uxp-optimized

Repository for uxp optimized react and javascript components.
MIT License
16 stars 7 forks source link

ScrollTo "center" and "bottom" instead of only "top" #14

Closed krisnye closed 4 years ago

krisnye commented 4 years ago

Maybe allow the user to specific an offset from the top to display the content at. 0 => top of visible window (default) 0.5 => centered in visible window 1 => bottom of visible window

krisnye commented 4 years ago

Fixed with PR #17