Home › Forums › Graphics / Blender › How to edit custome loader?
- This topic has 14 replies, 3 voices, and was last updated 6 years, 3 months ago by Mikhail Luzyanin.
-
AuthorPosts
-
2018-08-02 at 7:14 pm #6147Philip FongCustomer
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
2018-08-03 at 8:18 am #6148Mikhail LuzyaninStaffIf 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.
2018-08-04 at 10:24 am #6166Philip FongCustomerThanks, 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.
2018-08-06 at 7:36 am #6175Mikhail LuzyaninStaffThanks, 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.
2018-08-06 at 9:36 am #6179loomCustomerHi, 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…
2018-08-06 at 10:26 am #6180Mikhail LuzyaninStaffHi, 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.
2018-08-06 at 12:56 pm #6184loomCustomerThanks for the link, still dont get it to work. will wait for the english Version of the video.
2018-08-06 at 1:02 pm #6185Mikhail LuzyaninStaffThanks 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.
2018-08-06 at 2:11 pm #6192loomCustomerThanks 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 ?
2018-08-06 at 2:18 pm #6195loomCustomermy 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;
}2018-08-06 at 2:19 pm #6197loomCustomerand my html code snipet:
2018-08-06 at 2:21 pm #6199Mikhail LuzyaninStaffwhy 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…
Attachments:
You must be logged in to view attached files.Co-founder and lead graphics specialist at Soft8Soft.
2018-08-06 at 2:24 pm #6205Mikhail LuzyaninStaffand 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.
2018-08-07 at 5:32 am #6209loomCustomerHi Mikhauil, after study the sample i got i to work – thanks.
2018-08-07 at 7:25 am #6213Mikhail LuzyaninStaffHi Mikhauil, after study the sample i got i to work – thanks.
Co-founder and lead graphics specialist at Soft8Soft.
-
AuthorPosts
- You must be logged in to reply to this topic.