<style type='text/css'>
/ * Lingkaran Styles Teks * /
# OuterCircleText {
/ * Opsional - JANGAN SET FONT-SIZE HERE, SET IT IN THE SCRIPT * /
font-style: italic;
font-weight: bold;
font-family: "sans ms komik ', verdana, arial;
color: # 999;
/ Akhir * opsional * /
/ * Mulai Diperlukan - Jangan Edit * /
position: absolute; top: 0; kiri: 0; z-index: 3000; kursor: default;}
# OuterCircleText div {position: relative;}
# OuterCircleText div div {position: absolute; top: 0; kiri: 0; text-align: center;}
/ * End Diperlukan * /
/ * Gaya Lingkaran Akhir Teks * /
</ Style>
<script type='text/javascript'>
/ / <[CDATA [
/ * Mengelilingi teks trail-Tim Tilton
Website: http://www.tempermedia.com/
Kunjungi: http://www.dynamicdrive.com/ untuk Original Source dan ton script
Modifikasi Di sini untuk lebih banyak fleksibilitas dan dukungan browser modern
Modifikasi seperti pertama kali terlihat di http://www.dynamicdrive.com/forums/
username: jscheuer1 - Pemberitahuan ini harus tetap untuk penggunaan hukum
* /
; (Function () {
/ / Anda pesan di sini (STRING QUOTED)
var msg = " AR Blog (Blogger Tutorial) ";
/ * SISA DARI NILAI Editable BAWAH ADALAH SEMUA NOMOR kuotasi * /
/ / Set gaya font itu ukuran untuk menghitung dimensi
/ / Set untuk jumlah ukuran piksel yang diinginkan font (angka desimal dan negatif tidak diperbolehkan)
var size = 24;
/ / Set ke 1 untuk kedua lingkaran polos, menetapkan satu dari mereka untuk 2 untuk oval
/ Nomor / Lain & desimal dapat memiliki efek yang menarik, terus rendah (0 sampai 3)
var circleY = 0,75; var circleX = 2;
/ / Semakin besar pembagi ini, semakin kecil ruang antara huruf
/ / (Desimal diperbolehkan, bukan angka negatif)
var letter_spacing = 5;
/ / Semakin besar pengganda ini, semakin besar lingkaran / oval
/ / (Desimal diperbolehkan, bukan angka negatif, pembulatan beberapa diterapkan)
var diameter = 10;
/ / Rotasi kecepatan, mengaturnya negatif jika Anda ingin berputar searah jarum jam (desimal diperbolehkan)
var rotasi = 0,4;
/ / Ini bukan kecepatan rotasi, kecepatan reaksinya, tetap rendah!
/ / Set ini ke 1 atau desimal kurang dari satu (desimal diperbolehkan, bukan angka negatif)
var kecepatan = 0,3;
/ / / / / / / / / / / / / / / / / / / / / / Stop Edit / / / / / / / / / / / / / / / / / / / / / /
jika | kembali (&& window.addEventListener window.attachEvent | document.createElement!);
msg = msg.split ('');
var n = msg.length - 1, a = Math.round (ukuran diameter * * 0,208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement ('div'), oi = document.createElement ('div'),
b = document.compatMode && document.compatMode = "BackCompat"? document.documentElement: document.body,
mouse = function (e) {
e = e | | window.event;
ymouse = illegalChars.test (e.pageY)? e.pageY: e.clientY; / / y-posisi
xmouse = illegalChars.test (e.pageX)? e.pageX: e.clientX; / / x-posisi
},
makecircle fungsi = () {/ / rotasi / posisi
if (init.nopy) {
o.style.top = (b | | document.body) scrollTop + 'px'.;
o.style.left = (b | | document.body) scrollLeft + 'px'.;
};
currStep - = rotasi;
for (var d, i = n; i> -1; - i) {/ / membuat lingkaran
. d = document.getElementById ('iemsg' + i) gaya;
d.top = Math.round (y [i] + a * Math.sin ((currStep + i) / letter_spacing) * circleY - 15) + 'px';
d.left = Math.round (x [i] + a * Math.cos ((currStep + i) / letter_spacing) * circleX) + 'px';
};
},
drag = function () {/ / membuat perlawanan
y [0] = Y [0] + = (ymouse - Y [0]) * kecepatan;
x [0] = X [0] + = (xmouse - 20 - X [0]) * kecepatan;
for (var i = n; i> 0; - i) {
y [i] = Y [i] + = (y [i-1] - Y [i]) * kecepatan;
x [i] = X [i] + = (x [i-1] - X [i]) * kecepatan;
};
makecircle ();
},
init = function () {/ / menambahkan divs pesan, & menetapkan nilai awal untuk array posisi
if (illegalChars.test (window.pageYOffset)) {
ymouse + = window.pageYOffset;
xmouse + = window.pageXOffset;
} Else init.nopy = true;
for (var d, i = n; i> -1; - i) {
d = document.createElement ('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.appendChild (document.createTextNode (msg [i]));
oi.appendChild (d); y [i] = x [i] = Y [i] = X [i] = 0;
};
o.appendChild (oi); document.body.appendChild (o);
setInterval (drag, 25);
},
ascroll = function () {
ymouse + = window.pageYOffset;
xmouse + = window.pageXOffset;
window.removeEventListener ('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = ukuran + 'px';
if (window.addEventListener) {
window.addEventListener ('beban', init, false);
document.addEventListener ('Gunaka mouse, mouse, false);
document.addEventListener ('mousemove', mouse, false);
if (/ Apple / .test (navigator.vendor))
window.addEventListener ('scroll', ascroll, false);
}
else if (window.attachEvent) {
window.attachEvent ('onload', init);
document.attachEvent ('onmousemove', mouse);
};
}) ();
/ /]]>
</ Script>
Tidak ada komentar:
Posting Komentar