Skip to content

Instantly share code, notes, and snippets.

View mrTimofey's full-sized avatar

Timofey mrTimofey

View GitHub Profile
@mrTimofey
mrTimofey / glitch-text.vue
Created August 20, 2023 07:58
Glitch text effect
<script>
export default {
props: { value: String },
data: () => ({
clipBefore: [0, 0],
clipAfter: [0, 0],
skew: false
}),
methods: {
randomizeClip() {