Skip to content

Latest commit

 

History

History
executable file
·
39 lines (10 loc) · 451 Bytes

File metadata and controls

executable file
·
39 lines (10 loc) · 451 Bytes

#ui-scroll-fixed Allows an element to scroll naturally to a certain position on the screen and then remain fixed there for any scroll position below that. Useful for sidebars etc where initially scrolling but then locking into place is sometimes desirable.

##Attributes and Change Handlers ####offset The height from the top of the viewport that the element will fix to.

##Event Handlers ####onScroll

##Polymer Lifecycle