mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
16 lines
298 B
HTML
16 lines
298 B
HTML
<html>
|
|
<body>
|
|
<style>
|
|
.example-appear {
|
|
opacity: 0.01;
|
|
}
|
|
|
|
.example-appear.example-appear-active {
|
|
opacity: 1;
|
|
transition: opacity .5s ease-in;
|
|
}
|
|
</style>
|
|
<div id="container"></div>
|
|
<script src="output.js"></script>
|
|
</body>
|
|
</html> |