I am just trying to use bulma framework. I am very impressed with bulma Page-Loader. I have this code than how I can apply it with condition if page on loading Bulma Page-Loader will active. Please give me some tutorial to use this.
<?php include 'Include/Head.php'; ?>
<body>
<div class="pageloader is-black"></div>
<?php include 'Include/Header.php'; ?>
</body>
</html>
I found how to use bulma pageloader with seeing implementation on css ninja. Thank for css ninja. This how to us bulma pageloader:
I dont know if this will help or not. I just wanna share it, cause i'm newbie and spent a lot time to find how it work.