JS update
This commit is contained in:
parent
ffab0d279c
commit
d00e14fd4d
1 changed files with 0 additions and 8 deletions
|
@ -6,14 +6,6 @@ function profileShuffle() {
|
|||
|
||||
// Shuffle profile cards
|
||||
shuffle[i].style.transform = "rotate(" + rnd + "deg)";
|
||||
|
||||
//Headings and Image
|
||||
shuffle[i].getElementsByTagName("hgroup")[0].style.transform =
|
||||
"rotate(" + rnd * -1 + "deg)";
|
||||
|
||||
// Bio Text
|
||||
shuffle[i].getElementsByClassName("bio")[0].style.transform =
|
||||
"rotate(" + rnd * -1 + "deg)";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue