mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
15 lines
229 B
HTML
15 lines
229 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<title>Animation on element which is partially out of the view</title>
|
|
<style>
|
|
|
|
div {
|
|
position: absolute;
|
|
width: 200px;
|
|
height: 200px;
|
|
background-color: blue;
|
|
top: -100px;
|
|
}
|
|
|
|
</style>
|
|
<div></div>
|