For Page Loading Transitions

Page Loading Transitions are enabled by default. If you wish to disable the page loading transition you can simply remove loader from respective layout in layouts folder

or

simply remove loader component folder inside components

<div className="loader simple-loader">
    <div className="loader-body">
        <Image src={loader} width={200} className="light-loader img-fluid" alt='loader' />
    </div>
</div>

In next, loader changes in 2 different ways

  • Go to public/assets/images/loader.gif and Replace images.
  • Go to src/components/partial/Loader.jsx Remove this component