mirror of https://github.com/zulip/zulip.git
Remove the slide animation from product pages.
This commit is contained in:
parent
158bd23b59
commit
41f98bbdb9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue