- create flipbook animations online!
Login
look in the comments lmao
GIF
Report
09.04.2021
4 comments
p0tat0[OP]
09.04.2021 21:25
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
<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[OP]
09.04.2021 21:26
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
👌☜(゚ヮ゚☜)
09.04.2021 21:29
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
?
p0tat0[OP]
09.04.2021 21:32
Link
Report
Is this comment inappropriate? Report it?
Yes
No
Thank you!
lmao some one unfollowed me bruhhhhhhhhhhhhh
Login or register to post new comments.