Tagged: x
-
AuthorPosts
-
March 3, 2017 at 5:01 pm #1393838
redsnapdragonsParticipantHello
I want the section “helpsocial” http://www.sandbox.helpsocial.com/use-cases/ with the raw code on top be in the background so I can place two columns there.
How can I add that?
I basically want the hero image of https://stoplight.io/ where the raw html is the background and then I can just place the columns over it.
March 4, 2017 at 2:22 am #1394214
ChristopherModeratorHi there,
To add columns in raw content element, update your code to :
<div class="x-section man pan"> <div class="x-column x-1-4 x-sm">h1>HelpSocial</h1></div> <div class="x-column x-1-4 x-sm">h1>HelpSocial</h1></div> <div class="x-column x-1-4 x-sm">h1>HelpSocial</h1></div> <div class="x-column x-1-4 x-sm">h1>HelpSocial</h1></div> </div>Hope it helps.
March 4, 2017 at 1:56 pm #1394565
redsnapdragonsParticipantThanks! How would I add animations so that the columns fade in at different intervals?
March 5, 2017 at 2:38 am #1394892
Rue NelModeratorHello There,
Thanks for updating in! To add some fade effects, please update it and make use of this code:
<div class="x-section man pan"> <div class="x-column x-1-4 x-sm" style="padding: 0px;opacity: 0; transform: translate(45px, 0); transition-duration: 750ms;" data-x-element="column" data-x-params="{"fade":true}" data-fade="true"><h1>HelpSocial</h1></div> <div class="x-column x-1-4 x-sm" style="padding: 0px;opacity: 0; transform: translate(0, -45px); transition-duration: 750ms;" data-x-element="column" data-x-params="{"fade":true}" data-fade="true"><h1>HelpSocial</h1></div> <div class="x-column x-1-4 x-sm" style="padding: 0px;opacity: 0; transform: translate(0, -45px); transition-duration: 750ms;" data-x-element="column" data-x-params="{"fade":true}" data-fade="true"><h1>HelpSocial</h1></div> <div class="x-column x-1-4 x-sm" style="padding: 0px;opacity: 0; transform: translate(-45px, 0); transition-duration: 750ms;" data-x-element="column" data-x-params="{"fade":true}" data-fade="true"><h1>HelpSocial</h1></div> </div>Please let us know if this works out for you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1393838 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
