Files
react/fixtures/packaging/browserify/index.html
T

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>