保存し忘れ

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-07-21 01:24:12 +09:00
parent f13bef4ac8
commit 9b989ebac6

View file

@ -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);