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.

loading screen question

Home Forums Puzzles loading screen question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21956
    Anonymous
    Inactive

    Hello, I found very nice svg loader which I don’t know how to integrate with the puzzle. Is it structured in different way as examples in tutorials. Here code snippet:

    <svg xmlns=”http://www.w3.org/2000/svg&#8221; version=”1.1″>
    <defs>
    <filter id=”goo”>
    <fegaussianblur in=”SourceGraphic” stddeviation=”15″ result=”blur”></fegaussianblur>
    <fecolormatrix in=”blur” mode=”matrix” values=”1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 30 -10″ result=”goo”></fecolormatrix>
    <feblend in=”SourceGraphic” in2=”goo”></feblend>
    </filter>
    </defs>
    </svg>

    Could anybody help with setting preloader puzzle?

    #21958
    Anonymous
    Inactive

    oh, the code is only partial, hmm. Here is the link to preloader

    #21983

    It looks like the animation is hardcoded into this preloader. So the only features that you can use is to show this preloader and then hide once preloading is complete.

    You can put it inside an HTML element and show/hide it inside the preloader puzzle using the set style puzzle.

    https://www.soft8soft.com/docs/manual/en/puzzles/HTML.html#set_style

    (visibility – visible/hidden)

    Chief 3D Verger | LinkedIn | Twitter

    #21992
    Anonymous
    Inactive

    Thank you, got it!

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