lets ALL have PEACE
12 comments
p0tat0
09.04.2021 21:35
Linkcan i put a randomcode here
Millieani889[OP]
09.04.2021 21:36
Linksure
p0tat0
09.04.2021 21:37
Linkthx millie
p0tat0
09.04.2021 21:37
Linkthx millie
p0tat0
09.04.2021 21:37
Link<html>
<head>
<meta charset="utf-8">
<title>Test</title>
<link rel="stylesheet" type="text/css" href="spaced.css">
<link rel="shortcut icon" type="image/png" href="http://test.noa16.png"/>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
</head>
<body>
<p class="text" data-text="test text 010101101010101 lolol whatever"</p>
<script>
var printText = $('.text').data('text');
var contentArray = printText.split('/n');
$.each(contentArray, function(index, newLine) {
$('.text').append('<span style="display:block;" id="'+index+'"></span>');
var lineID = index;
var self = $(this);
setTimeout(function () {
$.each(self, function(index, chunk){
setTimeout(function () {
$('#'+lineID).append("<span>"+chunk+"</span>");
$('body, html').scrollTop($(document).height());
}, index*5);
});
}, index*100);
});
</script>
</body>
</html>
And this is my CSS:
spa
p0tat0
09.04.2021 21:37
LinkU SAID I COULD
marshmallow-789
09.04.2021 21:37
LinkO>O t
Millieani889[OP]
09.04.2021 21:39
Link.-.
Emily-playz9
09.04.2021 21:57
Linke