Simple demo showing animation of elements with multiple text-shadows : http:www.greensock.com/gsap-js/
special thanks to Daniel Riemer who created the text-shadow style and original pen :
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> | |
<link href="./styles.css" rel="stylesheet"> | |
<title>Hello World!</title> | |
</head> | |
<body> |
Simple demo showing animation of elements with multiple text-shadows : http:www.greensock.com/gsap-js/
special thanks to Daniel Riemer who created the text-shadow style and original pen :