Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 200   Season: Fall   
$: 0
Forecast: Morning Drizzle, but Clearing later
Forecast:
Tue 12:05am  
Stables Online:  85 
Chatbox
Eyrie of the Stars
11:45:01 Eyrie
Fire choose the section you want to post in, scroll to the bottom, and there'll be a text box to make one.
fire
11:38:08 
how do create a forum thread
Valdegras
11:36:56 
thank you!! <3
The Heights
11:36:32 
Valdegras
1am
Blue Diamond
11:36:06 Bluey
Fern?
Valdegras
11:35:10 
Dumb question - what time in EST does the server roll over into the next day?
Galloping Fields
11:02:19 
Fawn she is stunning
Gypsy Family Farm
10:53:19 
Aura, thanks for the horse treat! He really is an old boy!
Nevernight
10:52:11 :Lulu
fawn, she's gorgeous!
Fairytale Paints
10:51:22 Im Elf
Any palette people on
Murphy's Elites
10:40:03 Fawn
I both love and hate this mare
-HEE Click-
Emmas Eventers
10:21:11 
Definitely glad messages are back in time to save him to garden, however bad the rating is! -HEE Click-
Aura Show Horses
10:12:17 Aura /Pea
Eve
Thank you so much!!!!!!
Glacier Bay Cove
10:09:36 Glacier Kittens
YAY, yay, thanks, Eve
Nightingales Ridge
10:00:29 𔓘 Issy
Wow lass a very strong wild!
full moon
09:58:08 usagi
thank you eve!!!
Red Hill Hollow
09:57:25 Red, Hollow
Yayy! Thanks eve
Dash and Duchess
09:57:01 DD | ~Squizard~
Thanks eve!
Nordic Designs
09:56:54 Keo/ Ice/ Tiny
yayyyy thank you

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
Eyrie of the Stars
11:45:01 Eyrie
Fire choose the section you want to post in, scroll to the bottom, and there'll be a text box to make one.
fire
11:38:08 
how do create a forum thread
Valdegras
11:36:56 
thank you!! <3
The Heights
11:36:32 
Valdegras
1am
Blue Diamond
11:36:06 Bluey
Fern?
Valdegras
11:35:10 
Dumb question - what time in EST does the server roll over into the next day?
Galloping Fields
11:02:19 
Fawn she is stunning
Gypsy Family Farm
10:53:19 
Aura, thanks for the horse treat! He really is an old boy!
Nevernight
10:52:11 :Lulu
fawn, she's gorgeous!
Fairytale Paints
10:51:22 Im Elf
Any palette people on
Murphy's Elites
10:40:03 Fawn
I both love and hate this mare
-HEE Click-
Emmas Eventers
10:21:11 
Definitely glad messages are back in time to save him to garden, however bad the rating is! -HEE Click-
Aura Show Horses
10:12:17 Aura /Pea
Eve
Thank you so much!!!!!!
Glacier Bay Cove
10:09:36 Glacier Kittens
YAY, yay, thanks, Eve
Nightingales Ridge
10:00:29 𔓘 Issy
Wow lass a very strong wild!
full moon
09:58:08 usagi
thank you eve!!!
Red Hill Hollow
09:57:25 Red, Hollow
Yayy! Thanks eve
Dash and Duchess
09:57:01 DD | ~Squizard~
Thanks eve!
Nordic Designs
09:56:54 Keo/ Ice/ Tiny
yayyyy thank you

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