You are on page 1of 2

Instant Understrap

Cheat Sheet: Integrating Third-Party JavaScript Libraries: ScrollMagic


Case Study

Bootstrap Modal
https://getbootstrap.com/docs/4.6/components/modal/

Bootstrap Forms
https://getbootstrap.com/docs/4.6/components/forms/

Bootstrap Modal Usage


https://getbootstrap.com/docs/4.6/components/modal/#usage

npm run watch – starts watcher, watcher runs our css and js tasks whenever files are
changed.

To get to the custom JavaScript file

/src/js/custom-javascript.js

jQuery Wrapper for WordPress

(function($){
$(document).ready(function($){

});
})( jQuery );

ScrollMagic
https://scrollmagic.io

ScrollMagic Docs
http://scrollmagic.io/docs/

ScrollMagic Examples

Understrap.com | Page 1 of 2
Instant Understrap
Cheat Sheet: Integrating Third-Party JavaScript Libraries: ScrollMagic
Case Study

https://scrollmagic.io/examples/
ScrollMagic Github
https://github.com/janpaepke/ScrollMagic

Bootstrap Card
https://getbootstrap.com/docs/4.6/components/card/

WP Enqueue
https://developer.wordpress.org/reference/functions/wp_enqueue_script/

Understrap.com | Page 2 of 2

You might also like