Skip to content

Commit

Permalink
Added new attention seekers to demo showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticLogicMK committed Sep 2, 2024
1 parent e5cf453 commit 48e143d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion demo/src/components/Attention.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const att = ref('swing')
const loop = ref(false)
const animations = [
'swing', 'jello', 'bounce', 'pulse', 'flash', 'rubberBand', 'headShake',
'puff', 'swing', 'jello', 'spin', 'bounce', 'pulse', 'flash', 'rubberBand', 'headShake',
'shakeHorizontal', 'shakeVertical', 'tada', 'wobble', 'heartBeat'
]
Expand Down
4 changes: 3 additions & 1 deletion demo/src/components/AttentionObject.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<script setup>
import { ref, computed } from 'vue'
import { jello, bounce, pulse, flash, rubberBand, headShake, shakeHorizontal, shakeVertical, swing, tada, wobble, heartBeat } from 'animate4vue'
import { puff, spin, jello, bounce, pulse, flash, rubberBand, headShake, shakeHorizontal, shakeVertical, swing, tada, wobble, heartBeat } from 'animate4vue'
const props = defineProps({
attention: String,
loop: Boolean
})
const animations = {
puff: puff,
jello: jello,
bounce: bounce,
spin: spin,
pulse: pulse,
flash: flash,
rubberBand: rubberBand,
Expand Down
5 changes: 0 additions & 5 deletions dist/utils/convertDatasetValues.d.ts

This file was deleted.

24 changes: 0 additions & 24 deletions dist/utils/convertDatasetValues.js

This file was deleted.

0 comments on commit 48e143d

Please sign in to comment.