Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css animate svg circle radius

<html>
    <head>
        <link href = "styling.css" rel = "stylesheet" type = "text/css"></link>
    </head>
    <body>
        <svg class = "button" expanded = "true" height = "100px" width = "100px">
            <circle cx = "50%" cy = "50%" r = "35%" stroke = "#000000" stroke-width = "10%" fill = "none"/>
            <circle class = "innerCircle" cx = "50%" cy = "50%" r = "25%" fill = "#000000">
              <animate attributeName="r" begin="0s" dur="1s" repeatCount="indefinite" from="5%" to="25%"/>
            </circle>
        </svg>
    </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Css :: twig block 
Css :: border shorthand css 
Css :: remove outline on button click 
Css :: inline pseudo element 
Css :: how to space out buttons css 
Css :: background linear gradient opacity css 
Css :: simple css reset 
Css :: scss maps´ 
Css :: using materialize css with react 
Css :: primary hex code 
Css :: preloader css 
Css :: what is descendant selector 
Css :: html css circle progress bar 
Css :: css hover 
Css :: apply margin to all child elements 
Css :: progress bar bootstrap border 
Css :: how to change only bullet color in css 
Css :: how to make border hover effect in css 
Css :: css grid vs flexbox 
Css :: wordpress how to change logo on a certain page with css 
Css :: sass loader 
Css :: centrizing a table with css 
Css :: animations 
Css :: media queries and or conditions 
Css :: how fixed image at top 
Css :: deobfuscate css 
Css :: rgba color css 
Css :: li move to left 
Css :: css buttons 
Css :: text-align attribute in css 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =