scroll-into-view
Reactive icon

Scroll Into View

Stable version 1.0.5 (Compatible with OutSystems 11)
Uploaded
 on 18 July 2022
 by 
0.0
 (0 ratings)
scroll-into-view

Scroll Into View

Documentation
1.0.5

Entities


Options


  • Selector: Select element do make scroll effect, you can use .class, #id or elements.
  • Behavior: Apply effect when scroll row to element.
  • Block: Position in element to scroll stop.
  • Timeout: Timeout to wait when load page, until 10 can support seconds, more than 10 need set timeout in milliseconds. Ex: 11000 (11 seconds)


Observation: If you need use when load page, use event OnRender, sometimes need set timeout.

How its works?

  1. It is possible to scroll the scroll to a certain element on the screen.
  2. Being able to add effects when scrolling the scroll, to the beginning, middle or end of the element.aa

1.0.0

Entities


Options


  • Selector: Select element do make scroll effect, you can use .class, #id or elements.
  • Behavior: Apply effect when scroll row to element.
  • Block: Position in element to scroll stop.
  • Timeout: Timeout to wait when load page, until 10 can support seconds, more than 10 need set timeout in milliseconds. Ex: 11000 (11 seconds)


Observation: If you need use when load page, use event OnRender, sometimes need set timeout.