vue ??? ??? ??? ???? ??? ??? ????. setinterval ()? ???? ??? ???? ????? ?????? ???? ??? ??? ???????. CSS3 ?????? ???? ?????? ???? ??? ?? ?? ??? ??? ????? ???? ??????. VUE ?? ??? ???? ??? ??? ???? ???? ??? ??? ??? ?????????.
VUE ??? ???? ?? ?? ??
setInterval () ??
? ???? setInterval()
??? ??? ?? ??? ??? ??? ????? ?????? ???? ??? ?????.
<code class="javascript">const text = 'This is a rolling text'; let index = 0; setInterval(() => { index = (index 1) % text.length; vm.text = text.substring(0, index); }, 200);</code>
CSS3 ????? ??
CSS3? animation
??? ?? ????? ??? ??? ?? ? ? ????. animation-name
? animation-duration
??? ???? ??? ???? ??? ? ????.
<code class="javascript">vm.style = { animationName: 'scroll-text', animationDuration: '10s', animationIterationCount: 'infinite', };</code>
CSS?? ????? ?? :
<code class="css">@keyframes scroll-text { from { transform: translateX(0); } to { transform: translateX(-100%); } }</code>
VUE ?? ?? ??
VUE ?? ??? ???? ???? ???? ???? ??? ?????. ??? ??? ???? ??? ???? ??? ?? ? ? ????.
<code class="javascript"><transition-group name="text-scroll"> <li v-for="char in text" :key="char">{{ char }}</li> </transition-group></code>
<code class="javascript">mounted() { this.text = 'This is a rolling text'; this.interval = setInterval(() => { this.text = this.text.substring(1) this.text[0]; }, 200); } beforeDestroy() { clearInterval(this.interval); }</code>
? ??? VUE ??? ???? ?? ?? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

?? ??? ?? ?? ??? ??? ??? ???? ? ?????. 1. ?? ?? : Blur (10px) ? ?? ??? ???? ???? ?? ??? ?????. 2. ??, ??, ?? ?? ?? ?? ?? ??? ???? ?? ? ? ????. 3. ?? ?? ???? ?? ???? ??? ??? ?????????. 4. ??? ????? ??? ??? @Supports? ?? ???? ???? ???? ? ??? ? ????. 5. ??? ????? ?? ??? ?? ?? ??? ?? ???? ?????. ? ??? ?? ?? ????? ???? ?????.

??? ???? ?? ???? ?? ?? ??? ???????. 1. A ?? : ?? Unreached ?? ???? ???? ??, 2. A : ??? ? ??? ????? ??, 3. ?? ?? ??? ????? ??, 4 : ?? ?? ???? ????? ???. ??, ?? : ??? ? ??? ??? ????? ??? ???? ???? ???? ???? ? ????. ?? Border-Bottom ?? ????? ??? ???? ?? ??? ??? ??? ??? ??? ???? ??? ? ? ????.

??? ???? ??? ??? ????? ???? ???? ?? CSS ??????. ??? ?? ???? ???? ?? HTML ??? ??? ????? ?? ? ????. ???? ?? ??? ??? ??? ? ?????? ????? ?????? ?????? ??? ? ????. ???? ?? ???? ?????? ??? ??? ??? ?????. ??? ??? ??? ?? ??? ??? ???? ?? ????????. ???? ???? ???? ?? ? ?? ?? ??, ?? ?? ??, ?? ?? ?? ? ?? ?? ???? ?????. ??? ???? ???? ???? ??? ???? ???? ????? ??? ???? ??? ???? ? ? ????.

@keyframesBounceWith0%, 100%Attranslatey (0) ? 50%Attranslatey (-20px) torecreateAbasicBounce.2.applyTheAnimationToAnElementUsingAnimation : Bounce0.6Sease-in-outinfiniteforsmooth, Continuous-Motion.3. keyframesricatistic-bouncouswithicwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithwithictscceit

?? ??? ?? ??? ??? ???? ???? ISDARKMODE ??? ????? TOGGLETHEME ??? ??????. 2. ??? ????? ?? Onmounted? LocalStorage ? ??? ?? ??? ??????. 3. ApplyTheme ??? ???? Dark-Mode ???? HTML ??? ???? ???? ?????. 4. CSS ??? ?? ??? ???? ?? ??? ??? ???? Dark-Mode ???? ?? ?? ???? ?? ???. 5. ?? ??? ?? ??? ?? ?? ???? ???? ???? ?? ??? ?????. 6. ????? ??? ??? ????? ?? Color-Scheme ?? ??? ??????. ? ???? vue? ?????

CSS ?? ??? ???? ???? ? Z- ??? ??? ???????. 1. ?? ? z- ?? ?? : ??? ? ?? ?? (? : ??, ?? ?)? ???? z-index? ?? ?? ??? ????? ?? ??? ?? ?????. 2. ?? ?? ?? ?? : ??? ??? ????? ????, ??? ??? ??? ? ??? ?? ??? ????, ?? ?? ?? ??? ?? ?? ? ?? ?? ??? ?????. 3. ?? ? : ?? ???? ??? ???? : ??, ?? ?? ?? : ?? ? ?? Z- ???, ?? ?? ??? ?? ? ? ????.

modal.vue ?? ??? ??? ?? API? ???? ModelValue ? Title? ???? ??? ???? Emit? ???? ????? ??????. ModelValue Event v-Model ??? ???? ??????. 2. ??? ???? ???? ???? ???? ?? ?? ? ??? ??? ?? ?? ? ?? ?? ?????. 3. @click.self? ???? ??? ???? ???? ?? ?? ?????. 4. ?? ?? ???? ??? ?? ?? Ref? ???? ?????? ???? ??? V- ??? ?? ??????. 5. ??? ???? Escape Key Close ??, ?? ????? ?? ? Focus Lock? ?????. ? ?? ?? ?? ??? ?????

Tocenteradivhorizontally, setawidthandusemargin : 0auto.2. forhorizontalandverticalcentering, useflexboxwithjustify-content : center.3. 3. usecsgridwithplace-items : 4. forolderbrowsers, useabsolutpitionationwithtop : 50%, L, L.
