PHP Classes

File: themes/default/css/chart.css

Recommend this page to a friend!
  Classes of Aby Dahana   Dwitri PHP Social Network Platform   themes/default/css/chart.css   Download  
File: themes/default/css/chart.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dwitri PHP Social Network Platform
Create a community site like a social network
Author: By
Last change:
Date: 2 years ago
Size: 1,095 bytes
 

Contents

Class file image Download
@-webkit-keyframes dashoffset{ 0%{stroke-dashoffset:0}100%{ stroke-dashoffset:-20px } } @-moz-keyframes dashoffset{ 0%{ stroke-dashoffset:0 } 100%{ stroke-dashoffset:-20px } } @-ms-keyframes dashoffset{ 0%{ stroke-dashoffset:0 } 100%{ stroke-dashoffset:-20px } } @keyframes dashoffset{ 0%{ stroke-dashoffset:0 } 100%{ stroke-dashoffset:-20px } } @-webkit-keyframes bouncing-stroke{ 0%,100%{ stroke-width:5px } 50%{ stroke-width:10px } } @-moz-keyframes bouncing-stroke{ 0%,100%{ stroke-width:5px } 50%{ stroke-width:10px } } @-ms-keyframes bouncing-stroke{ 0%,100%{ stroke-width:5px } 50%{ stroke-width:10px } } @keyframes bouncing-stroke{ 0%,100%{ stroke-width:5px } 50%{ stroke-width:10px } } #abycms-chart .animated.liveStroke { fill:none; stroke-width:2px; stroke-dasharray:5px; animation:dashoffset 1s linear infinite; } #abycms-chart .animated.livePoint { fill:none; stroke-width:2px; stroke-dasharray:5px; animation:dashoffset 1s linear infinite; }