(deltaX, deltaY)
| 687 | return smoothBehaviorForElement[id]; |
| 688 | } |
| 689 | function postScrollToParent(deltaX, deltaY) { |
| 690 | parent.postMessage( |
| 691 | { |
| 692 | deltaX: deltaX, |
| 693 | deltaY: deltaY, |
| 694 | SS: "SmoothScroll", |
| 695 | }, |
| 696 | "*" |
| 697 | ); |
| 698 | } |
| 699 | /*********************************************** |
| 700 | * HELPERS |
| 701 | ***********************************************/ |