Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<style>
div {
display: none;
}
</style>
<div>
<div>
<div>
<div>
<div>
<div id="target">
</div>
</div>
</div>
</div>
</div>
</div>
<script>
target.animate({ color: "red" })
</script>