You are here

parallax_bg.libraries.yml in Parallax Background 8

File

parallax_bg.libraries.yml
View source
  1. # https://ianlunn.co.uk/plugins/jquery-parallax/
  2. jquery.parallax:
  3. js:
  4. /libraries/jquery.parallax/jquery.parallax.js: {}
  5. dependencies:
  6. - core/jquery
  7. # https://github.com/flesler/jquery.localScroll
  8. jquery.localScroll:
  9. js:
  10. /libraries/jquery.localScroll/jquery.localScroll.min.js: { minified: true }
  11. dependencies:
  12. - core/jquery
  13. # https://github.com/flesler/jquery.scrollTo
  14. jquery.scrollTo:
  15. js:
  16. /libraries/jquery.scrollTo/jquery.scrollTo.min.js: { minified: true }
  17. dependencies:
  18. - core/jquery
  19. parallax_bg:
  20. js:
  21. assets/js/parallax_bg.js: {}
  22. dependencies:
  23. - core/jquery
  24. - core/jquery.once
  25. - core/drupal
  26. - core/drupalSettings
  27. - parallax_bg/jquery.parallax
  28. - parallax_bg/jquery.localScroll
  29. - parallax_bg/jquery.scrollTo