NIMA
NIMA
Explore posts from servers
KPCKevin Powell - Community
Created by NIMA on 3/2/2025 in #front-end
problem with 2fa factor auto fill with alpine js
anyone know what is problem with this code ? it will fill the input but i cant submit it after i copy paste into it
5 replies
KPCKevin Powell - Community
Created by NIMA on 3/2/2025 in #front-end
problem with 2fa factor auto fill with alpine js
handlePaste(e) {
let num = e.clipboardData.getData('text/plain').trim();

if (num.length === 6 && num.match(/^[0-9]+$/g)) {
$refs.num1.value = num.charAt(0);
$refs.num2.value = num.charAt(1);
$refs.num3.value = num.charAt(2);
$refs.num4.value = num.charAt(3);
$refs.num5.value = num.charAt(4);
$refs.num6.value = num.charAt(5);
}
},
handlePaste(e) {
let num = e.clipboardData.getData('text/plain').trim();

if (num.length === 6 && num.match(/^[0-9]+$/g)) {
$refs.num1.value = num.charAt(0);
$refs.num2.value = num.charAt(1);
$refs.num3.value = num.charAt(2);
$refs.num4.value = num.charAt(3);
$refs.num5.value = num.charAt(4);
$refs.num6.value = num.charAt(5);
}
},
5 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
im trying to do something so last elemnt before winning it come slower and slower
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
is there anything i can do so when its come to wining it roll little slower ?
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
it will be stop faster than normal
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
when u winning
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
cheak the win part
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
and add 0.45 secend time interval
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
i add a transition = all 1.7s cubic-bezier(.07,.3,0.3,1.2); to each child elemnt
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
how can i make the animetion for my case game smoother ? https://codepen.io/nim_a/pen/VYZVOOm
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/26/2025 in #front-end
making animetions smoother
hello
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/25/2025 in #front-end
csgo case opening animetions
im looking for finde how code it
6 replies
KPCKevin Powell - Community
Created by NIMA on 1/25/2025 in #front-end
csgo case opening animetions
yes
6 replies
KPCKevin Powell - Community
Created by NIMA on 1/25/2025 in #front-end
csgo case opening animetions
anyone know how can make csgo case opeing animetions ?
6 replies
KPCKevin Powell - Community
Created by NIMA on 1/24/2025 in #back-end
live wire input problem
problem was wire:ignore.self
6 replies
KPCKevin Powell - Community
Created by NIMA on 1/24/2025 in #back-end
live wire input problem
even if its be only empty public $photo ;
6 replies
KPCKevin Powell - Community
Created by NIMA on 1/24/2025 in #back-end
live wire input problem
it will clear my value + data after i put the image
6 replies