Skip to content

Commit d21f58b

Browse files
OropikoOkazari
authored andcommitted
Update rythm.js
1 parent 21c2366 commit d21f58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rythm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function Rythm(){
101101
that.rythmMapping.forEach(function(mappingItem){
102102
var elements = document.getElementsByClassName(mappingItem.elementClass);
103103
for(var i = 0; i < elements.length; i++){
104-
elements[i].style.transform = 'scale('+1+')'
104+
elements[i].style.transform = 'initial'
105105
}
106106
})
107107
that._init();

0 commit comments

Comments
 (0)