mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
保存し忘れ
This commit is contained in:
parent
f13bef4ac8
commit
9b989ebac6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user