Javascript


All javascripts are placed in folder /js. In main.js file we implement all functions calls.
This theme uses following Javascript files:

  1. jquery-1.11.2
  2. jquery.easing.1.3
  3. jquery.browser
  4. jquery.appear
  5. bootstrap
  6. device
  7. classie
  8. contact-form
  9. jquery.tweet
  10. jquery.stellar/ct-mediaSection
  11. uiMorphingButton_fixed (http://tympanus.net/codrops/2014/05/12/morphing-buttons-concept/)
  12. snap (https://github.com/jakiestfu/Snap.js/)
  13. progresBar
  14. headroom (http://wicky.nillia.ms/headroom.js/)
  15. owl.carousel (http://owlgraphic.com/owlcarousel/#how-to)
  16. jquery.isotope
  17. jquery.magnific-popup
  18. gmap3
  19. Chart
  20. jquery.countTo
  21. jquery.mb-comingsoon
  22. progressicons

Google Map (GMAP3 Plugin)

This is google map with custom marker, you can define couple parameters:

  • data-location – address to show
  • data-height – map height (if undefined height will be 220px)
  • data-offset – by how many map should be repositioned from marker center point (default -30)

It uses gmap3 plugin.
Documentation: here
HTML Markup:

All javascript code can be found in js/main.js file.

jquery.appear

This plugin call function when element appear in viewport. This is used in custom animation, progress bars, counter timer.
Documentation: https://github.com/bas2k/jquery.appear/