Description Usage Arguments Details Animations
Initialise a waypoint
1 2 3 4 5 6 7 8 9 |
self |
A |
dom_id |
Id of element to attach waypoint to. |
animate |
Whether to animate the anchor when the waypoint is triggered. |
animation |
Animation to use, note that this can be overriden in the |
offset |
Vertical offset, an integer (pixels) or a percentage passed as a string e.g. |
horizontal |
Whether to apply waypoints of horizontal offset. |
id |
Id of waypoint, see details. |
If you do not provide an id
then you will have to rely on the get_*
family of
of methods to get the callbacks. If you do, you can still rely on the latter but also may access
the callbacks the traditional way with 'input$idName_direction', 'input$idName_next', and
'input$idName_previous'.
bounce
flash
wobble
bounceInLeft
bounceOutDown
fadeIn
fadeInLeftBig
fadeInUpBig
flipOutX
fadeOutLeft
fadeOutUp
rotateIn
rotateInUpRight
rotateOutUpLeft
rollIn
zoomInLeft
zoomOutDown
slideInDown
slideOutDown
heartBeat
flash
headShake
jello
bounceInRight
bounceOutLeft
fadeInDown
fadeInRight
fadeOut
fadeOutLeftBig
fadeOutUpBig
flipOutY
rotateInDownLeft
rotateOut
rotateOutUpRight
rollOut
zoomInRight
zoomOutLeft
slideInLeft
slideOutLeft
pulse
swing
bounceIn
bounceInUp
bounceOutRight
fadeInDownBig
fadeInRightBig
fadeOutDown
fadeOutRight
flipInX
lightSpeedIn
rotateInDownRight
rotateOutDownLeft
hinge
zoomIn
zoomInUp
zoomOutRight
slideInRight
slideOutRight
rubberBand
tada
bounceInDown
bounceOut
bounceOutUp
fadeInLeft
fadeInUp
fadeOutDownBig
fadeOutRightBig
flipInY
lightSpeedOut
rotateInUpLeft
rotateOutDownRight
jackInTheBox
zoomInDown
zoomOut
zoomOutUp
slideInUp
slideOutUp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.