We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

How to edit custome loader?

Home Forums Graphics / Blender How to edit custome loader?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #6147
    Philip Fong
    Customer

    If third party code needed, please show me what are they and where to put it.

    I found something like this: https://medium.muz.li/top-30-most-captivating-preloaders-for-your-website-95ed1beff99d

    #6148

    If third party code needed, please show me what are they and where to put it.

    Hi, you need to put HTML code into your_app_name.html in the app directory folder inside the body after full-screen div’s.Put CSS code into your_app_name.css after at the end of the document. Don’t forget to create s special div that will be as a container for your loader with a special id, don’t put code directly in the body of the html. You will be also to create Init puzzle to hide standard loader.

    Co-founder and lead graphics specialist at Soft8Soft.

    #6166
    Philip Fong
    Customer

    Thanks, but sound complicated, I’ll just use a gif animation to hide the loader, since the intention is to keep the audience engaged before they run out of patience. ;-)

    #6175

    Thanks, but sound complicated, I’ll just use a gif animation to hide the loader, since the intention is to keep the audience engaged before they run out of patience.

    We made an entire video explanation of the whole process about making a preloader, we will release it soon in a few says, even maybe today.

    Co-founder and lead graphics specialist at Soft8Soft.

    #6179
    loom
    Customer

    Hi, i was already watching the russian version. since i dont speak russian, its hard to follow all steps. Any chance to download the webflow files to study ? i think i did everything right – i got:
    “v3d.AppPuzzles has been deprecated. Use v3d.PuzzlesLoader instead.”

    this would be very helpful…

    #6180

    Hi, i was already watching the russian version. since i dont speak russian, its hard to follow all steps. Any chance to download the webflow files to study ? i think i did everything right – i got:
    “v3d.AppPuzzles has been deprecated. Use v3d.PuzzlesLoader instead.”

    this would be very helpful…

    We already made a translation, just need to publish it, it will be during this working day, but here’s a link to the webflow .

    Co-founder and lead graphics specialist at Soft8Soft.

    #6184
    loom
    Customer

    Thanks for the link, still dont get it to work. will wait for the english Version of the video.

    #6185

    Thanks for the link, still dont get it to work. will wait for the english Version of the video.

    We published it. Here’s a link.

    Co-founder and lead graphics specialist at Soft8Soft.

    #6192
    loom
    Customer

    Thanks for your effort, but i think there is something missing in the tutorial, why is he changeing 2 times the image path at 13:37 ? in the tutorial, we only placed 1 logo. At 12:35 we have div blocks named “preloader_screen”, “preloader-bar” etc…
    thoes where never named in the tutorial.

    No way to publish the .html & .css from the tutorial to check out if its working ?

    #6195
    loom
    Customer

    my css file:

    .preloader_div {
    position: fixed;
    width: 100%;
    height: 100%;
    }

    .div-block-4 {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0px;
    display: block;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #d3d3d3;
    }

    .div-block-6 {
    position: relative;
    z-index: 2;
    width: 0%;
    height: 100%;
    float: left;
    background-color: #4a9f94;
    }

    .div-block-5 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url(‘./images/logo_loader.svg’);
    background-position: 0px 0px;
    background-size: contain;
    }

    .text-block {
    position: absolute;
    left: 0px;
    top: 64%;
    right: 0px;
    font-family: Arial, ‘Helvetica Neue’, Helvetica, sans-serif;
    color: #868686;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    }

    .body {
    background-color: transparent;
    font-size: 20px;
    }

    #6197
    loom
    Customer

    and my html code snipet:

    #6199

    why is he changeing 2 times the image path at 13:37 ?

    Just because I changed font after I’ve already inserted a code into html, so I swithced to webflow, made changes and replaced old code with new one and made changes to the same path two times.

    At 12:35 we have div blocks named “preloader_screen”

    They was. created on 2:06

    “preloader-bar” etc…

    Created on 6:10

    Here’s a files

    Attachments:
    You must be logged in to view attached files.

    Co-founder and lead graphics specialist at Soft8Soft.

    #6205

    and my html code snipet:

    I will need to have a full project to undertand why it’s not working.

    Co-founder and lead graphics specialist at Soft8Soft.

    #6209
    loom
    Customer

    Hi Mikhauil, after study the sample i got i to work – thanks.

    #6213

    Hi Mikhauil, after study the sample i got i to work – thanks.

    :good:

    Co-founder and lead graphics specialist at Soft8Soft.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.