Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>Translation animation on important property</title>
<style>
#target {
  width: 100px;
  height: 100px;
  background: green;
  transform:  none !important;
}
</style>
<div id="target"></div>