Text on fire

Size
1,941 Kb
Views
14,168

How do I make an text on fire?

Just testing, all credits to http://tympanus.net/codrops/2015/02/16/create-animated-text-fills/. What is a text on fire? How do you make a text on fire? This script and codes were developed by Hélio Marcondes on 09 November 2022, Wednesday.

Text on fire Previews

Text on fire - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Text on fire</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- FROM https://tympanus.net/codrops/2015/02/16/create-animated-text-fills/ -->
<svg viewBox="0 0 600 300"> <!-- Pattern --> <pattern id="p-fire" viewBox="30 100 186 200" patternUnits="userSpaceOnUse" width="216" height="200" x="-70" y="35"> <!-- Fire --> <image xlink:href="https://tympanus.net/codrops-playground/assets/images/posts/23145/fire.gif" width="256" height="300"/> </pattern> <!-- Text --> <text text-anchor="middle" x="50%" y="50%" dy=".35em" class="text" > Text </text>
</svg>
</body>
</html>

Text on fire - Script Codes CSS Codes

/* Main styles */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
.text { fill: url(#p-fire); stroke: #330000; stroke-width: 8; stroke-opacity: .5;
}
/* Other styles */
html, body { height: 100%;
}
body { background: #000; background-size: .2em 100%; font: 14.5em/1 Open Sans, Impact; text-transform: uppercase; margin: 0;
}
svg { position: absolute; width: 100%; height: 100%;
}
Text on fire - Script Codes
Text on fire - Script Codes
Home Page Home
Developer Hélio Marcondes
Username haykou
Uploaded November 09, 2022
Rating 3
Size 1,941 Kb
Views 14,168
Do you need developer help for Text on fire?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Hélio Marcondes (haykou) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!