知らんけど
自分の主張や言いたいことを一通り話した後、結びの一言として用いられる。
確定的でない
伝聞情報である
責任回避
他人事である
相手へのフォロー
個人的な意見である
照れ隠し
話のオチ
I guess
知らんのかい
なんや、知らんのかいな
知らんがな
利害関係
#えせ関西弁
https://dic.pixiv.net/a/知らんけど
/villagepump/知らんけど.icon/villagepump/知らんけど
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/知らんけど/s04.svg
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/知らんけど/s1.svg
code:s1.svg
<svg width="500" height="120" viewBox="0 0 500 100" xmlns="http://www.w3.org/2000/svg">
<text x="10" y="90" font-size="90" fill="white" stroke="black" stroke-width="4"
font-weight="800" letter-spacing="10" word-spacing="10" >
知らんけど
</text>
</svg>
code:s04.svg
<svg width="500" height="100" viewBox="0 0 500 100" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
:root {
--nandesuka-col-1:black;
--nandesuka-col-2:white;
}
#tx01{
font-weight:800;
fill: none;
stroke: var(--nandesuka-col-1);
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
stroke-dasharray: 600;
stroke-dashoffset: 600;
animation: textAnime 15s linear infinite;
}
/* @media (prefers-color-scheme: light) { /* */
@media (prefers-color-scheme: dark) { /* */
#tx01{
--nandesuka-col-1:white;
--nandesuka-col-2:black;
}
}
@keyframes textAnime {
0% {
stroke-dashoffset: 500;
}
50% {
stroke-dashoffset: 0;
stroke: var(--nandesuka-col-2);
}
100% {
stroke-dashoffset: 800;
}
}
</style>
<text id="tx01" x="10" y="90" font-size="90" letter-spacing="10" word-spacing="10" >
知らんけど
</text>
</svg>
#neta