/
home
/
tracetho
/
public_html
/
css
/
New Directory
Upload File
HOME
.path { fill:none; stroke: #888; stroke-width: 1.5; stroke-miterlimit: 10; stroke-linecap: round; stroke-dasharray: 1600; stroke-dashoffset: 1600; -webkit-animation: dash 10s ease forwards; -moz-animation: dash 10s ease forwards; -ms-animation: dash 10s ease forwards; -o-animation: dash 10s ease forwards; animation: dash 10s ease forwards; -webkit-animation-delay: 1.3s; -moz-animation-delay: 1.3s; -ms-animation-delay: 1.3s; -o-animation-delay: 1.3s; animation-delay: 1.3s; } #tank { stroke-dasharray: 1600; stroke-dashoffset: 1600; -webkit-animation: dash 2s ease forwards; -moz-animation: dash 2s ease forwards; -ms-animation: dash 2s ease forwards; -o-animation: dash 2s ease forwards; animation: dash 2s ease forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -ms-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; } @-webkit-keyframes dash { to { stroke-dashoffset: 0; } } @-moz-keyframes dash { to { stroke-dashoffset: 0; } } @-o-keyframes dash { to { stroke-dashoffset: 0; } } @keyframes dash { to { stroke-dashoffset: 0; } }