mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
保存し忘れ
This commit is contained in:
parent
03b2366f73
commit
22a1b0c8f0
@ -175,7 +175,7 @@ export default Vue.extend({
|
|||||||
offsetX = 0;
|
offsetX = 0;
|
||||||
hashtags.map(x => x.style.transform = 'translateX(0)');
|
hashtags.map(x => x.style.transform = 'translateX(0)');
|
||||||
} else {
|
} else {
|
||||||
offsetX -= .25;
|
offsetX--;
|
||||||
hashtags.map(x => x.style.transform = `translateX(${offsetX}px)`);
|
hashtags.map(x => x.style.transform = `translateX(${offsetX}px)`);
|
||||||
}
|
}
|
||||||
requestAnimationFrame(update);
|
requestAnimationFrame(update);
|
||||||
|
Loading…
Reference in New Issue
Block a user