Global

Methods

H_anim_on_scroll(changes, observer)

animate.js, line 877
IntersectionObserver callback for scroll-triggered animations.
Unobserves the element and starts the animation when it enters the viewport.
Name Type Description
changes Array IntersectionObserverEntry array.
observer IntersectionObserver The observer instance.

Type Definitions

SettingsObject

Parameters to make an ajax call.
Used by ajax_settings().
Properties:
Name Type Description
url string Url to call
skip_container boolean return come with main container
no_timer undefined | boolean wether to display a blocking timer during request
dom_target string indicates the dom element that will received the result of the request
replace_dom_target boolean indicates if the dom_target will be replaced by the result of the request
data boolean object that store the posted data of the request
success undefined | function function called on success
error undefined | function function called on error
up_progress undefined | function function called on upload progress
down_progress undefined | function function called on down progress