Load the animation just when it...

User 3211520 Photo


Guest
1 post

When the page loads, the div design makes the animation starts below. If I page down, the div animation already starts.
I would like an code that the animation just appear when shows by the page.


<html>

<head>
<meta name="viewport" content="width=device-width, inicial-scale=1">
<meta name="keywords" content="carlos web,soluções web,soluções,serviços,web design,hospedagem grátis,hospedagem,panfletos,placas,banner,banners,fachada,fachadas,papéis de parede,wallpaper,wallpapers,documento,documentos,meios publicidade,imagens para redes sociais,redes sociais,cartão de visitas,slides powerpoint,planilhas excel,powerpoint,excel">
<meta name="description" content="Carlos Web (Soluções Web). Serviços">
<title>Carlos Web\Serviços</title>
<link rel=”canonical” href=”https://www.carloswebdesigns.com.br” />
<style>

body {
font-family: Arial;
}

.design_meio_1 {
border-radius: 15px 50px;
background-image: linear-gradient(#B31E23,#c0c0c0);
padding: 22px;
font-family: Arial;
text-align: left;
position: relative;
opacity: 0;
top: 80;
-webkit-transform: translate( 0, 0 );
-webkit-animation: movimento1 1s 1s linear forwards;
transform: translate( 0, 0 );
animation: movimento1 1s 1s linear forwards;
margin-bottom: 100px
}

@keyframes movimento1 {
80% {
top: 0;
}
100% {
top: 0;
opacity: 1;
}
}

@-webkit-keyframes movimento1 {
80% {
top: 0;
}
100% {
top: 0;
opacity: 1;
}
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>

<body>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<center>
<div class="design_meio_1">
<br>
<br>
<span style="font-weight: bold; color: yellow;">Criação e<br>
Atualização de Web<br>Sites</span><br>
<br><br>
<span" style="font-weight: bold; color: black;">
. Textos Elaborados;<br>
. Design Criativo;<br>
. Público Alvo;<br>
. Hospedagem Grátis;<br>
. Padrão: R$1.500;<br>
. 5xR$300;<br>
</span>
<br>
<br>
</div>
</center>


</body>
</html>
User 2699991 Photo


Registered User
5,464 posts
Online Now

Use the css property "SCROLL SNAP"
or the JavaScript "INTERCEPT OBSERVER" script. Google it for examples of the code, or watch some examples of how to do it on YouTube there are many to choose from.
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS

Contact me
https://rsd-tutorialscom.coffeecup.com/index.html
User 122279 Photo


Senior Advisor
14,669 posts
Online Now

Maybe you can use a component I have in my library. Open the link in my signature and look for 'Slide in - then what'. You can find it in the Bootstrap, Foundation and BareBone (frameworkless) sections. I think that perhaps the second one will be best for your purpose.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2699991 Photo


Registered User
5,464 posts
Online Now

Inger wrote:
Maybe you can use a component I have in my library. Open the link in my signature and look for 'Slide in - then what'. You can find it in the Bootstrap, Foundation and BareBone (frameworkless) sections. I think that perhaps the second one will be best for your purpose.

Can guests go to your components page??
Surely he wouldn't be able to download one would he??
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS

Contact me
https://rsd-tutorialscom.coffeecup.com/index.html
User 122279 Photo


Senior Advisor
14,669 posts
Online Now

Anyone can download.

But the sections for the frameworks wouldn't be of much use to people without SiteDesigner.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com



Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.