AI Text to Reanimated Collab Generator
About this app
Generate any text into a reanimated collab in just in a minute’s time
AI Text to Reanimated Collab Generator AI Text to Reanimated Collab Generator Generate any text into a reanimated collab in just a minute's time Start Collab
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>AI Text to Reanimated Collab Generator</title>
<meta name="description" content="Generate any text into a reanimated collab in just in a minute’s time">
<meta name="keywords" content="reanimated, collaboration, animation, maker">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://unpkg.com/reanimated@2.2.0"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<script type="text/javascript">
var localStoragePrefix = "ct-168830728050868";
var lastSave = 0;
// save video to camera roll
function saveLocal(data) {
if (Date.now() - lastSave < 1000) {
return;
}
// save to cookie
let cookie = localStoragePrefix + "=" + JSON.stringify(data) + "; path=" + window.location.pathname + "'; SameSite=Strict";
cookie += "; expires=" + new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 1000).toUTCString();
document.cookie = cookie;
lastSave = Date.now();
}
// load from localstorage
function loadLocal() {
var cookiePrefix = localStoragePrefix + "=";
var cookieStart = document.cookie.indexOf(cookiePrefix);
if (cookieStart > -1) {
let cookieEnd = document.cookie.indexOf(";", cookieStart);
if (cookieEnd == -1) {
cookieEnd = document.cookie.length;
}
var cookieData = document.cookie.substring(cookieStart + cookiePrefix.length, cookieEnd);
return JSON.parse(cookieData);
}
}
$(document).ready(function() {
// Code goes here
});
</script>
<style>
body {
font-family: 'Roboto', sans-serif;
}
#main-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background-color: #f6f6f6;
}
h1 {
font-size: 48px;
font-weight: 700;
color: #333;
margin-bottom: 20px;
}
p {
font-size: 18px;
color: #666;
margin-bottom: 40px;
}
.cta-button {
display: inline-block;
padding: 12px 24px;
font-size: 20px;
font-weight: 700;
color: #fff;
background-color: #ff5722;
border-radius: 4px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.cta-button:hover {
background-color: #ff3d00;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>AI Text to Reanimated Collab Generator</h1>
<p>Generate any text into a reanimated collab in just a minute's time</p>
<a href="#" class="cta-button">Start Collab</a>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!