Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

[Feature] [DevTools] Utitlize motion one with hover animations #251

Open
AlexanderMelox opened this issue Mar 11, 2024 · 2 comments
Open
Labels
Feature Feature request

Comments

@AlexanderMelox
Copy link

Is your feature request related to a problem? Please describe.
I would like a way to add hover animations with motion one.

Describe the solution you'd like
Be able to say:

onHover('.box', {
   scale: 2
});
@AlexanderMelox AlexanderMelox added the Feature Feature request label Mar 11, 2024
@XYLIS-333
Copy link

you can use a callback for animation on hover

@XYLIS-333
Copy link

onHover(animate)
animate(){
// animation goes here
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants