Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
447 changes: 447 additions & 0 deletions css/slide21.css

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions css/slide22.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
.swing {
height: 100px;
width: 100px;
background-image: linear-gradient(yellow, lightgreen);
display: inline-block;
left: 600px;
margin-top: 20%;
padding: 20px;
box-shadow: 10px 20px 10px rgb(92, 0, 128);
border-radius: 5%;
animation-name: swing;
animation-duration: 4s;
animation-iteration-count: infinite;
transition-timing-function: ease-in;
transform: translate3d(0, 0, 0);
position: relative
}

@keyframes swing {

0%,
50%,
100% {
left: 600px;
height: 100px;
width: 100px;
}

5%,
45% {
left: 650px;
height: 120px;
width: 120px;
}

10%,
40% {
left: 700px;
height: 140px;
width: 140px;
}

15%,
35% {
left: 750px;
height: 160px;
width: 160px;
}

20%,
30% {
left: 800px;
height: 180px;
width: 180px;
}

25% {
left: 850px;
height: 200px;
width: 200px;
}

55%,
95% {
left: 550px;
height: 120px;
width: 120px;
}

60%,
90% {
left: 500px;
height: 140px;
width: 140px;
}

65%,
85% {
left: 450px;
height: 160px;
width: 160px;
}

70%,
80% {
left: 400px;
height: 180px;
width: 180px;
}

75% {
left: 350px;
height: 200px;
width: 200px;
}

}
50 changes: 50 additions & 0 deletions css/slide23.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.outerbox {
height: 400px;
width: 400px;
border: 5px solid purple;
position: absolute;
display: inline-block;
top: 100px;
left: 400px;
}

.innerbox {
height: 100px;
width: 100px;
background-color: lightskyblue;
position: relative;
top: 50px;
left: 500px;
/* animation-iteration-count: infinite; */
animation-name: loop;
animation-duration: 6s;
transform: translate3d(0, 0, 0);
}

@keyframes loop {

0%,
100% {
/* top left */
left: 350px;
top: 50px;
}

25% {
/* top right */
left: 750px;
top: 50px;
}

50% {
/* bottom right */
left: 750px;
top: 450px;
}

75% {
/* bottom left */
left: 350px;
top: 450px;
}
}
51 changes: 51 additions & 0 deletions css/slide24.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.outerbox {
height: 400px;
width: 400px;
border: 5px solid purple;
position: absolute;
display: inline-block;
top: 100px;
left: 400px;
}

.innerbox {
height: 100px;
width: 100px;
background-color: lightskyblue;
position: relative;
top: 50px;
left: 500px;
animation-name: loop;
animation-delay: 1s;
animation-duration: 6s;
animation-iteration-count: infinite;
transform: translate3d(0, 0, 0);
}

@keyframes loop {

0%,
100% {
/* top left */
left: 350px;
top: 50px;
}

25% {
/* top right */
left: 750px;
top: 50px;
}

50% {
/* bottom left */
left: 350px;
top: 450px;
}

75% {
/* bottom right */
left: 750px;
top: 450px;
}
}
48 changes: 45 additions & 3 deletions sldie21.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<head> <!-- header begins here -->

<head>
<!-- header begins here -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
Expand Down Expand Up @@ -32,8 +34,48 @@
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->
The quickest of brown foxes

<body>
<!-- body begins here -->

<div class="shake">
Shake
</div>
<div class="fade">
Fade
</div>
<div class="jelly">
Jelly
</div>
<div class="bounce">
Bounce
</div>
<div class="tada">
Tada
</div>
<div class="groove">
Groove
</div>
<div class="swing">
Swing
</div>
<div class="squeeze">
Squeeze
</div>
<div class="flicker">
Flicker
</div>
<div class="jerk">
Jerk
</div>
<div class="blink">
Blink
</div>
<div class="pop">
Pop
</div>





Expand Down
12 changes: 9 additions & 3 deletions slide22.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<head> <!-- header begins here -->

<head>
<!-- header begins here -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
Expand Down Expand Up @@ -32,9 +34,13 @@
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->
The quickest of brown foxes

<body>
<!-- body begins here -->

<div class="swing">

</div>



Expand Down
15 changes: 12 additions & 3 deletions slide23.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<head> <!-- header begins here -->

<head>
<!-- header begins here -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
Expand Down Expand Up @@ -32,9 +34,16 @@
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->
The quickest of brown foxes

<body>
<!-- body begins here -->

<div class="outerbox">

</div>
<div class="innerbox">

</div>



Expand Down
15 changes: 12 additions & 3 deletions slide24.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<head> <!-- header begins here -->

<head>
<!-- header begins here -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
Expand Down Expand Up @@ -32,8 +34,15 @@
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->
The quickest of brown foxes

<body>
<!-- body begins here -->
<div class="outerbox">

</div>
<div class="innerbox">

</div>



Expand Down