Other

Counter Widget

Counter widgets start counting with From-To variables and have different options such duration, delay, prefix, suffix and other things. These counters start only when the element is shown in viewport.   You...

  • 3535

Keeping Track of Imported Scripts/Styles

If you want to know which scripts are imported on several pages, you can easily see in the footer of each HTML file described with HTML comments, here is an example of...

  • 1821

Scripting

Main scripts instances of the theme are executed on assets/js/xenon-custom.js so if you want to learn more how they coded read the code. Its all commented to help you understand what...

  • 2202

Charts JS Documentation

We use an extraordinary library for Chart drawing, and you may probably be interested how to build custom charts: Charts API and documentation   For chart examples click here to see them.

  • 2284

Fill Widget

Fill widget will animate CSS property based on from-to number, its the same as the Counter Widget, but this will handle the styling of element, such as width, height, opacity, position and...

  • 1948