A Pen by HARUN PEHLİVAN on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="score">Press UP</div> | |
| <div id="controls"> | |
| <div id="buttons"> | |
| <button id="accelerate"> | |
| <svg width="30" height="30" viewBox="0 0 10 10"> | |
| <g transform="rotate(0, 5,5)"> | |
| <path d="M5,4 L7,6 L3,6 L5,4" /> | |
| </g> | |
| </svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="sociallocker"> | |
| <div id="sociallocker-links"> | |
| <a href="https://facebook.com/100008152065270" class="social-1 fb"><i class="fab fa-facebook-f"></i></a> | |
| <a href="https://www.instagram.com/harunpehlivantebimtebitagem" class="social-1 tw"><i class="fab fa-instagram"></i></a> | |
| <a href="https://codepen.io/harunpehlivan" class="social-1 gp"><i class="fab fa-codepen"></i></a> | |
| <a href="https://www.linkedin.com/in/harun-pehlivan-0aa34252" class="social-1 in"><i class="fab fa-linkedin-in"></i></a> | |
| <a href="https://tr.pinterest.com/harunpehlivanit/" class="social-1 pi"><i class="fab fa-pinterest-p"></i></a> | |
| </div> | |
| <div id="sociallocker-content"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <input type="checkbox" id="modal"> | |
| <label for="modal" class="example-label">HARUN PEHLİVAN </label> | |
| <label for="modal" class="modal-background"></label> | |
| <div class="modal"> | |
| <div class="modal-header"> | |
| <h3>FOUNDER CEO</h3> | |
| <label for="modal"> | |
| <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEUAAABNTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU0N3NIOAAAAJnRSTlMAAQIDBAUGBwgRFRYZGiEjQ3l7hYaqtLm8vsDFx87a4uvv8fP1+bbY9ZEAAAB8SURBVBhXXY5LFoJAAMOCIP4VBRXEv5j7H9HFDOizu2TRFljedgCQHeocWHVaAWStXnKyl2oVWI+kd1XLvFV1D7Ng3qrWKYMZ+MdEhk3gbhw59KvlH0eTnf2mgiRwvQ7NW6aqNmncukKhnvo/zzlQ2PR/HgsAJkncH6XwAcr0FUY5BVeFAAAAAElFTkSuQmCC" width="16" height="16" alt=""> | |
| </label> | |
| </div> |
A Pen by HARUN PEHLİVAN on CodePen.
A Pen by HARUN PEHLİVAN on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="feature" id="featureAnimation"> | |
| <div id="featureBackground"></div> | |
| </div> |
A Pen by HARUN PEHLİVAN on CodePen.
Demonstrates a helper function that calculates progress values (0-1) for each anchor on a path so you can drawSVG to each one. Answers a forums question: https://greensock.com/forums/topic/22434-svg-steps/
A Pen by HARUN PEHLİVAN on CodePen.