Skip to content

Instantly share code, notes, and snippets.

HARUN PEHLİVAN harunpehlivan

View GitHub Profile
@harunpehlivan
harunpehlivan / index.html
Created June 5, 2021 08:08
ONLİNE HARUN PEHLİVAN
<div class="cover">
<div class="shade"></div>
<div class="loader"></div>
</div>
<style>
.top-nav {
position: fixed;
z-index: 1400;
width: 100%;
top: 15px;
@harunpehlivan
harunpehlivan / index.pug
Created June 5, 2021 07:33
Timing Options
main#home-page(data-wrapper="", role="main")
.container
h2.font-sz-3xl.font-sans.font-400 Timing Options
.animation-containers.jumbotron.jumbotron-fluid.my-2.p-4.rounded-lg.box-shadow.text-dark.bg-warning
.animation-container.timing-options-demo
h3.font-sz-xl.font-sans.font-400 duration, delay, endDelay, speed, easing, loop, and direction
p Click on the box to play the animation
.row.mx-0.align-items-center
- let options = ['duration', 'delay', 'endDelay', 'speed', 'loop'];
@harunpehlivan
harunpehlivan / animate-timing-options-callback-function-type.markdown
Created June 5, 2021 07:31
/animate - timing options - callback/function type
@harunpehlivan
harunpehlivan / index.pug
Created June 5, 2021 07:29
promises & callbacks
main#home-page(data-wrapper="", role="main")
.container-fluid
h2.font-sz-4xl.font-sans.font-600 Promises & Callbacks
.animation-containers.jumbotron.jumbotron-fluid.my-2.p-4.rounded-lg.box-shadow.text-dark.bg-warning
.animation-container.promises-and-callback-demo
//- h3.font-sz-xl.font-sans.font-400 Keyframes
p Click on the box to play the animation (open the console to see the logs)
- for (let i = 0; i < 5; i ++) {
.contain
.el
@harunpehlivan
harunpehlivan / index.pug
Created June 5, 2021 07:28
properties - css transforms (transformable css properties)
main#home-page(data-wrapper="", role="main")
.container
h2.font-sz-3xl.font-sans.font-400 Properties
.animation-containers.jumbotron.jumbotron-fluid.my-2.p-4.rounded-lg.box-shadow.text-dark.bg-warning
.animation-container.css-transform-demo
h3.font-sz-xl.font-sans.font-400 CSS Transforms (Transformable CSS Properties)
p Click on the box to play the animation
.contain
.el
.el-initial
@harunpehlivan
harunpehlivan / index.pug
Created June 5, 2021 07:26
properties - motion path
main#home-page(data-wrapper="", role="main")
.container
h2.font-sz-3xl.font-sans.font-400 Properties
.animation-containers.jumbotron.jumbotron-fluid.my-2.p-4.rounded-lg.box-shadow.text-dark.bg-warning
.motion-path-demo
.flex.justify-evenly.flex-wrap
.motion-path
h2.text-center.text-lg.font-bold Motion Path/Offset Path
.relative
.small.square.shadow.el-initial
@harunpehlivan
harunpehlivan / index.html
Created June 4, 2021 15:14
Popup Share Modal UI Design using
<!DOCTYPE html>
<!-- Created By CodingNepal - www.codingnepalweb.com -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HARUN PEHLİVAN </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">