- This topic has 9 replies, 3 voices, and was last updated 5 years, 11 months ago by
Mikhail Luzyanin.
-
AuthorPosts
-
2018-06-28 at 1:49 pm #5297
3dmdlb
CustomerIs it possible to hide and later show again an webpage/HTML element in puzzles?
2018-06-28 at 2:20 pm #53003dmdlb
CustomerOk, i found it: set style-puzzles display to “none” for…
2018-06-28 at 2:40 pm #5301Mikhail Luzyanin
StaffOk, i found it: set style-puzzles display to “none” for…
Yes, or you can also use Visibility:Hidden|Visible.
Co-founder and lead graphics specialist at Soft8Soft.
2018-06-28 at 2:55 pm #53023dmdlb
CustomerAnother question refering to that: Is it also possible to make an HTML element visible in puzzles, which is hidden in my webpage html-code (visibility:hidden)?
I try to use set style-puzzles, display to “visible” for…, but that doesn’t worked.2018-06-28 at 3:03 pm #5305Mikhail Luzyanin
StaffI try to use set style-puzzles, display to “visible” for…, but that doesn’t worked.
It’s possible, but it depends on how you hide it. If you used Display parameter you need to change this parameter, if you use Visibility so you need to change Visibility and etc. You can also change the opasiti from 0 to 100. How do you hide your HTML element in your HTML editor. I prefer Display settings and change it from “none” to “block”.
Co-founder and lead graphics specialist at Soft8Soft.
2018-06-28 at 3:21 pm #53063dmdlb
CustomerThe webpage loads faster than the webgl-file, so Button i want to hide is visible first (bc of fast website loading). The Button hides, when the webgl file is fully loaded. That’s why it’s not possible with the “set style-puzzle”.
2018-06-28 at 3:46 pm #5307Mikhail Luzyanin
StaffThe webpage loads faster than the webgl-file, so Button i want to hide is visible first (bc of fast website loading). The Button hides, when the webgl file is fully loaded. That’s why it’s not possible with the “set style-puzzle”.
You can create the black screen over while page is loading. or create a custom loader screen (as we do) you can find such solution in Teapot and Farmer’s Journey demo. Then with the loading screen you can hide/unhide buttons and hide loader screen so the user would see anything.
Co-founder and lead graphics specialist at Soft8Soft.
2018-06-28 at 3:54 pm #53083dmdlb
CustomerSomehow we have a delay in our Postings :wacko:.
In the moment i use the css/add property in Google Web Designer. I use the code “visibility:hidden”.In the html code it looks like this:
……style=”cursor: pointer; visibility: hidden;” id=”id-br…….Later i want to make the Button in puzzles visible again .
2019-04-30 at 5:18 am #14293bipin rawat
ParticipantSomehow we have a delay in our Postings :wacko:.
In the moment i use the css/add property in Google Web Designer. I use the code “visibility:hidden”.In the html code it looks like this:
……style=”cursor: pointer; visibility: hidden;” id=”id-br…….Later i want to make the Button in puzzles visible again .
Same Query any help on this
2019-04-30 at 6:49 am #14298Mikhail Luzyanin
StaffFor that you can easely use Set Style Puzzle to change Visibility of the object by it’s ID.
Co-founder and lead graphics specialist at Soft8Soft.
-
AuthorPosts
- You must be logged in to reply to this topic.