Make gifs finish their animation on hover ?
5 posters
Page 1 of 1
Make gifs finish their animation on hover ?
So i want to make my navigation bar animated, and i want it to where when you hover over, ittl pop up in flames, but it looks wierd if they unhover mid animation and the flames just disapeer, is there anyway to have some kind of javascript or code to make it to where if they hover, the animation is forced to play all the way through or to play a " unhovered " animation ?
Better yet is there a way to play a " start animation " on hover then switch to a loop animation that will play as long as the mouse cursor is on the button?
then to play a " unhovered " animation after the mouse takes off the button ?
Better yet is there a way to play a " start animation " on hover then switch to a loop animation that will play as long as the mouse cursor is on the button?
then to play a " unhovered " animation after the mouse takes off the button ?
Re: Make gifs finish their animation on hover ?
Please do not post unless you are offering a solution or advice.burbigo2 wrote:Hey, I would love to help but I don't know much about animation
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Make gifs finish their animation on hover ?
Hello @SpyroDragon,
I don't know if I understood the idea correctly because from what I see on your forum you already use the
So you just need to change, for example the logout button:
and
I don't know if I understood the idea correctly because from what I see on your forum you already use the
|
So you just need to change, for example the logout button:
- Code:
#i_icon_mini_logout {
background: url(https://i.servimg.com/u/f39/17/84/98/50/logout10.gif) no-repeat 0 0;
height:133px;
width:196px
}
and
- Code:
#i_icon_mini_logout:hover {
background: url(https://i.servimg.com/u/f18/17/84/98/50/logout10.png) no-repeat 0 0;
}
Last edited by pedxz on July 28th 2020, 2:41 pm; edited 1 time in total
TonnyKamper likes this post
Re: Make gifs finish their animation on hover ?
TonnyKamper likes this post
Re: Make gifs finish their animation on hover ?
ah i was looking for something similar, those are pause on hover, I want them to finish the loop on hover so when they unhover, the animation finishes ,-- nvm it seems this is too complicated and ive givin up on attempting this at the current moment in time, may revisit in the future.
Re: Make gifs finish their animation on hover ?
evangilbert wrote:That is why I use home assignment service and professional tutor.
Please don't hijack another member’s topic's. Please open your own thread if you having a problem with your forum.
|
Similar topics
» make section hover when u go over
» make hover when viewing a group
» make hover of users in memberslist
» make hover of users in member sin group
» how make a colored text fade into another using a hover code? (using css transitions)
» make hover when viewing a group
» make hover of users in memberslist
» make hover of users in member sin group
» how make a colored text fade into another using a hover code? (using css transitions)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum