fahidnasir / css-svg-text-animation

Basic sample to demonstrate the Text animation with SVG and css properties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

This is a simple application to show the method of animating any SVG data with HTML and CSS3 properties.

Screens

Initial State

Screen 1

Mid Animation State

Screen 2

Final State

Screen 3

Components

This project includes

  • CSS 3 file for styling and animation
  • Simple HTML page
  • SVG data (in HTML div)

Important Points

These are the few main points:

  • I copied the SVG data into HTML for simplicity.
  • CSS animation property in the path element.
  • CSS stroke-dasharray property.
  • CSS stroke-dashoffset property.

About

Basic sample to demonstrate the Text animation with SVG and css properties.


Languages

Language:HTML 82.1%Language:CSS 17.9%