Advertisement
Artem78

Untitled

Jun 22nd, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.49 KB | None | 0 0
  1. <div id="{param_UnicBarName}_container" class="anim_containeк circle_anim anim_{param_animation_when}">
  2.   <svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" viewBox="0 0 100 100">
  3.    
  4.     <path fill-opacity="0" stroke-width="{param_MyTrailWidth}" stroke="#{param_TrailColor}" d="{param_myCustomPath}" />
  5.    
  6.     <path id="{param_UnicBarName}" fill-opacity="0" stroke-width="{param_myStrokeWidth}" stroke="#{param_MineColor}"
  7.    d="{param_myCustomPath}" />
  8.   </svg>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement