Remove the slide animation from product pages.

This commit is contained in:
Brock Whittaker 2017-08-10 13:53:42 -07:00 committed by Tim Abbott
parent 158bd23b59
commit 41f98bbdb9
6 changed files with 7 additions and 17 deletions

View File

@ -343,24 +343,14 @@ nav ul li.active::after {
padding-top: 120px;
transition: all 0.5s ease;
-webkit-transform: translateY(120px);
transform: translateY(120px);
transition: opacity 0.3s ease;
opacity: 0;
z-index: 1;
}
.portico-landing.no-slide {
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.portico-landing.show {
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}

View File

@ -18,7 +18,7 @@
{% include 'zerver/landing_nav.html' %}
{% include 'zerver/gradients.html' %}
<div class="portico-landing apps no-slide">
<div class="portico-landing apps">
<div class="hero">
<div id="waves"></div>
<div class="info">

View File

@ -18,7 +18,7 @@
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page no-slide">
<div class="portico-landing why-page">
<div class="hero">
<h1 class="center">{% trans %}The best chat for workplaces{% endtrans %}</h1>
<p>Make better use of your managers' time, integrate your remote workers, and replace your low-content meetings</p>

View File

@ -18,7 +18,7 @@
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page no-slide">
<div class="portico-landing why-page">
<div class="hero">
<h1 class="center">{% trans %}The best chat for open source projects{% endtrans %}</h1>
<p>Engage your community with fun, thoughtful, and organized discussion</p>

View File

@ -18,7 +18,7 @@
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page no-slide">
<div class="portico-landing why-page">
<div class="hero">
<h1 class="center">{% trans %}The best chat for working groups and communities{% endtrans %}</h1>
<p>Make good use of your users' time, and engage your community with thoughtful, organized discussion</p>

View File

@ -18,7 +18,7 @@
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page no-slide">
<div class="portico-landing why-page">
<div class="hero">
<h1 class="center">{% trans %}Why Zulip?{% endtrans %}</h1>
</div>