kimonyrfr
kimonyrfr
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
but do you see what problem that im having
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
oh u already set it up thank you
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
The round of animation is fine but then the second it chops and teleports
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
the css was too big so i sent it as file
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style.css" />
<title>My website</title>
</head>
<body>
<nav>
<div class="nav-container">
<p class="name">
<span class="letter">T</span><span class="letter">I</span
><span class="letter">R</span><span class="letter">T</span
><span class="letter">H</span>&nbsp;
<span class="letter">P</span><span class="letter">A</span
><span class="letter">T</span><span class="letter">E</span
><span class="letter">L</span>
</p>
<img class="logo" src="./public/pjjkTX01.svg" alt="Logo" />
</div>
</nav>
<section class="intro">
<div class="name-container" data-text="NAME NAME">
<h1 class="intro-name">NAME NAME</h1>
</div>
</section>
<section class="about"></section>
<section class="experience"></section>
<section class="projects"></section>
<footer>
Built and Designed by Tirth Patel<br /><br />All rights reserved. ©
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style.css" />
<title>My website</title>
</head>
<body>
<nav>
<div class="nav-container">
<p class="name">
<span class="letter">T</span><span class="letter">I</span
><span class="letter">R</span><span class="letter">T</span
><span class="letter">H</span>&nbsp;
<span class="letter">P</span><span class="letter">A</span
><span class="letter">T</span><span class="letter">E</span
><span class="letter">L</span>
</p>
<img class="logo" src="./public/pjjkTX01.svg" alt="Logo" />
</div>
</nav>
<section class="intro">
<div class="name-container" data-text="NAME NAME">
<h1 class="intro-name">NAME NAME</h1>
</div>
</section>
<section class="about"></section>
<section class="experience"></section>
<section class="projects"></section>
<footer>
Built and Designed by Tirth Patel<br /><br />All rights reserved. ©
</footer>
</body>
</html>
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
but i just have value problems right now
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
I figured out how to apply the properties to the data attributes
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
@jochemm Alright imma share the code im pretty new to this i started like a week ago so my code is probably really bad
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
@Chris sorry for tagging but is there anyway i can modify the data attribute with css also my boundaries are all messed up i want it to come from the screen but anything i do wont work
20 replies
KPCKevin Powell - Community
Created by kimonyrfr on 8/11/2023 in #front-end
moving text offscreen wrapping back from other side
Oh thank you so much
20 replies