Skip to content
Snippets Groups Projects
Commit 9b989eba authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

保存し忘れ

parent f13bef4a
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ export default Vue.extend({
offsetX = 0;
hashtags.map(x => x.style.transform = 'translateX(0)');
} else {
offsetX -= .25;
offsetX--;
hashtags.map(x => x.style.transform = `translateX(${offsetX}px)`);
}
requestAnimationFrame(update);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment