Skip to content

Instantly share code, notes, and snippets.

@NickHatBoecker
Last active May 5, 2021 19:54
Show Gist options
  • Save NickHatBoecker/bcd2527114bb00ef50bd58c85407c26e to your computer and use it in GitHub Desktop.
Save NickHatBoecker/bcd2527114bb00ef50bd58c85407c26e to your computer and use it in GitHub Desktop.
// src/components/Newsticker.vue
<template>
<div :ref="elementWrapperId" class="newsticker" @click="toggleAnimation">
<div :ref="elementId" class="newsticker__text">{{ text }}</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment