Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 200   Season: Fall   
$: 0
Forecast: Morning Drizzle, but Clearing later
Forecast:
Mon 08:32pm  
Stables Online:  142 
Chatbox
Gemstone Stable
08:32:23 Snow❆Gem
And I can't post from the mailbox page either... >.>
Stormsong Manor
08:32:21 Ven
Known issue with the mail, it'll get fixed
full moon
08:32:17 usagi
cute
-HEE Click-
Stormsong Manor
08:32:07 Ven
I don't know what I'm doing for RO. I have seven WWW mares of two breeds who will be breeding
Gemstone Stable
08:32:05 Snow❆Gem
My PMs are missing but I have this?

Folders
Unknown column 'pack_id' in 'where clause'382
full moon
08:31:05 usagi
my fillies are taking over the barn
Aura Show Horses
08:30:49 Aura /Pea
-HEE Click- OMG the RID I captured! 😱
Circle Star RIDs
08:30:42 Granny C
Oh, forgot the mail is wako at the moment
Painted Perfection
08:30:39 Luna
Usagi...what are you telling me yes for?
Stormsong Manor
08:30:14 Ven
I wouldn't let someone else cut up my work but other artists might not mind it. You just have to ask
Painted Perfection
08:30:10 Luna
If you have permission from the artist no its not. But if you dont then yes
Jericho Stables
08:30:07 
Shi, not against the rules per se. But it is in bad taste to the artist. Ask them to make cuts.
full moon
08:29:48 usagi
Luna yes
Stormsong Manor
08:29:46 Ven
Permission is key
Shiecka
08:29:31 Shi
is it against the rules to make art cuts yourself of a piece you have bought from someone else? with permission and all credits of course.
full moon
08:29:27 usagi
I cant see the PM circle star
Stormsong Manor
08:29:21 Ven
SH, ISH and PON can have all pinto and appaloosa patterns
Painted Perfection
08:29:17 Luna
Is what rhetorical?
Nightingales Ridge
08:28:33 𔓘 Issy
Is that rhetorical
Stormsong Manor
08:28:19 Ven
You can't capture TB, KNN or AA tobianos

You must be a registered member for more
than 1 day before you can use our chatbox.



Rules   Hide
You are in: Main Chat
View Sales Chat
Quests

Embark on a Quest.

Horse Eden Eventing Game
Chatbox
Gemstone Stable
08:32:23 Snow❆Gem
And I can't post from the mailbox page either... >.>
Stormsong Manor
08:32:21 Ven
Known issue with the mail, it'll get fixed
full moon
08:32:17 usagi
cute
-HEE Click-
Stormsong Manor
08:32:07 Ven
I don't know what I'm doing for RO. I have seven WWW mares of two breeds who will be breeding
Gemstone Stable
08:32:05 Snow❆Gem
My PMs are missing but I have this?

Folders
Unknown column 'pack_id' in 'where clause'382
full moon
08:31:05 usagi
my fillies are taking over the barn
Aura Show Horses
08:30:49 Aura /Pea
-HEE Click- OMG the RID I captured! 😱
Circle Star RIDs
08:30:42 Granny C
Oh, forgot the mail is wako at the moment
Painted Perfection
08:30:39 Luna
Usagi...what are you telling me yes for?
Stormsong Manor
08:30:14 Ven
I wouldn't let someone else cut up my work but other artists might not mind it. You just have to ask
Painted Perfection
08:30:10 Luna
If you have permission from the artist no its not. But if you dont then yes
Jericho Stables
08:30:07 
Shi, not against the rules per se. But it is in bad taste to the artist. Ask them to make cuts.
full moon
08:29:48 usagi
Luna yes
Stormsong Manor
08:29:46 Ven
Permission is key
Shiecka
08:29:31 Shi
is it against the rules to make art cuts yourself of a piece you have bought from someone else? with permission and all credits of course.
full moon
08:29:27 usagi
I cant see the PM circle star
Stormsong Manor
08:29:21 Ven
SH, ISH and PON can have all pinto and appaloosa patterns
Painted Perfection
08:29:17 Luna
Is what rhetorical?
Nightingales Ridge
08:28:33 𔓘 Issy
Is that rhetorical
Stormsong Manor
08:28:19 Ven
You can't capture TB, KNN or AA tobianos

You must be a registered member for more
than 1 day before you can use our chatbox.






Refresh


Forums

→ Horse Eden is a fun game! Sign Up Now!

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following

Forums > Member Help
   1 

Fade Animation Not Working? December 17, 2020 08:03 AM


Cherry River Elites
 
Posts: 1000
#824343
Give Award
Hi, I've just started making palettes again, and for some reason my fade animations aren't working. I'm using this code:

animation: fadeInAnimation ease 3s;

animation-iteration-count: 1;

animation-fill-mode: backwards;

}

@keyframes fadeInAnimation {

0% {

opacity: 0;

}

100% {

opacity: 1;

}

Anyone know why this isn't working?

Fade Animation Not Working? December 17, 2020 09:24 AM


Ponys Imagination
 
Posts: 9598
#824388
Give Award
I use this one and it works fine for me.
body {
background-color: rgb(1,1,4)
; background-image:
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
-webkit-animation: fadein 2s; /* Safari and Chrome */
-moz-animation: fadein 2s; /* Firefox */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera */
animation: fadein 2s;
}

@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }

}
Fade Animation Not Working? December 17, 2020 10:07 AM


Cherry River Elites
 
Posts: 1000
#824405
Give Award
Thanks so much :)
Fade Animation Not Working? December 17, 2020 01:07 PM


Ponys Imagination
 
Posts: 9598
#824550
Give Award
no problem!

Forums > Member Help
   1 

Refresh