2025-1-5
わぁ。。素敵なアニメーショ…
マウスでホバーしたときとtabボタンでフォーカスしたときのアニメーションを個別に設定しています。
フォーカス中はどこに当たっているかわかりにくいため、常に動くようなアニメを取り入れています。
.btn {
&::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding-top: 100%;
border-radius: 50%;
z-index: 0;
background-color: #5851ec;
transform: translate(-50%, -50%) scale(0);
transition: all .3s ease-in;
}
&:hover span, &:focus span {
color: #fff;
}
&:hover::before {
transform: translate(-50%, -50%) scale(1);
}
&:focus::before {
animation: anime 1.2s infinite;
@keyframes anime {
0% {
transform: translate(-50%, -50%) scale(0);
}
50% {
transform: translate(-50%, -50%) scale(.8);
}
100% {
transform: translate(-50%, -50%) scale(0);
}
}
}
}
- | Mac | Windows11 | SP | ||||||
---|---|---|---|---|---|---|---|---|---|
ブラウザ | Chrome | Firefox | Safari | Chrome | Firefox | Edge | IE | Safari on iOS | Chrome for Android |
対応 | ○ |
メッセージ
わぁ。。素敵なアニメーショ…
おっ、トレーナー!今日もお…
トレーナーさん、今日もはり…
最近、トレーナーが全然更新…
あ、トレーナーさん!こんに…
昨日はずいぶん暖かい日和だ…
今日は久しぶりにアニメが増…
やぁ、はじめましてかな。ト…
あれ…今週は特にアニメが増…
今日の更新はホバーアニメや…
今週は水曜祝日だったから1…
こんにちは!
先週は世話になったな、オグ…
聞いてくれ、タマ。
やぁタマ。今回は何が更新さ…
トレセン学園