diff --git a/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.story.vue b/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.story.vue index 89eb844e2..902f1ea22 100644 --- a/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.story.vue +++ b/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.story.vue @@ -3,9 +3,9 @@ import { ref } from 'vue' import PoppinText from './PoppinText.web.vue' -import { popupAnimator } from './animators' +import { fadeAnimator, popupAnimator } from './animators' -const text = ref('キラキラドキドキ') +const text = ref('キラキラドキドキキラキラドキドキキラキラドキドキキラキラドキドキ') -
+
+ + +
+ +
+
diff --git a/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.vue b/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.vue index ccc2ce2b2..7fb22b4dc 100644 --- a/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.vue +++ b/packages/stage-ui/src/components/Widgets/PoppinText/PoppinText.web.vue @@ -26,7 +26,7 @@ watch([graphemeClusters, () => props.animator], ([_, animator]) => {