-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-transforms.html
22 lines (22 loc) · 1.27 KB
/
test-transforms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="gesture-frame.css" />
<script type="module" src="gesture-frame.js"></script>
</head>
<body style="zoom: 1.25; font-family: 'Times New Roman',Times,serif">
<header style="text-align: center">
<h1>gesture-frame</h1>
</header>
<main style="zoom: 1.25; transform: scale(0.75) skew(30deg); transform-origin: 100px 40px">
<gesture-frame pan-x pan-y pinch-zoom style="zoom: 1.25; width: 50vw; height: calc(50vh - 32px); margin: auto; box-shadow: 0 1px 4px #888; transform: rotate(-200deg) translate(20px,40px);">
<div style="width: 400px">
<p style="margin: 0; border: 1px solid #888">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</gesture-frame>
</main>
</body>
</html>