We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Do you know if the content is not first child of container can be work ?
My layout :
<div id="js-off-canvas-wrapper" class="off-canvas-wrapper"> <div id="js-off-canvas-wrapper-inner" class="off-canvas-wrapper-inner" data-off-canvas-wrapper> {{> navigationMobile}} <div id="js-header-sticky" class="header-sticky"> {{> header}} </div> <div id="js-container" class="l-container transitions-container"> <main id="js-content" class="block-grid l-content" role="main" itemprop="mainContentOfPage"> {{#if currentPageIs 'home'}} {{> visual}} {{else}} {{> titlePageContainer}} {{/if}} <div class="row padding-row small-4 {{ layout.rowClass }}"> {{> yield}} </div> </main> {{> footer}} </div> <div class="js-off-canvas-exit">Fermer la navigation mobile</div> <div class="reveal-modal" data-reveal aria-labelledby="modalTitle" aria-hidden="true" role="dialog"></div> </div> </div>
The text was updated successfully, but these errors were encountered:
It makes it harder to get a predictable response from the CSS that way but you should at the inline transition example.
Sorry, something went wrong.
I think the problem is too on inline transition : container and first child content
You have to wrap the element you want to transition with a container no matter what. Otherwise it won't know where to make the transition.
No branches or pull requests
Hi,
Do you know if the content is not first child of container can be work ?
My layout :
The text was updated successfully, but these errors were encountered: