lots of improvements:

hover animation
correct jumpback position after video view
load when scroll - not all at beginning
This commit is contained in:
2020-05-18 22:55:26 +02:00
parent 90e2f38c04
commit 4ad29fd072
5 changed files with 113 additions and 94 deletions

View File

@ -1,37 +1,29 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/plyr.css" />
<title>hub</title>
<link rel="stylesheet" href="css/plyr.css"/>
<link rel="stylesheet" href="css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/plyr.js"></script>
<script>
</script>
<script src="js/index.js"></script>
</head>
<body>
<h1>lukis pornhub</h1>
<div class="videopagewrapper hideit">
<div class="closebutton">
</head>
<body>
<h1>lukis pornhub</h1>
<div class="videopagewrapper hideit">
<div class="closebutton">
</div>
<div class="videowrapper">
</div>
</div>
<div class="videowrapper"></div>
</div>
<div class="previewcontainer">
</div>
<div class="previewcontainer">
</div>
</body>
</body>
</html>