Does anyone know how to add ease transition for mozilla in Freeway styles. I want to place some ease in and out into a style for my donate buttons. They behave great in Safari and Chrome. Firefox -no.
Billy
On Mon, Jul 22, 2013 at 11:34 PM, billy kimmel email@hiddenwrote:
Does anyone know how to add ease transition for mozilla in Freeway styles.
I want to place some ease in and out into a style for my donate buttons.
They behave great in Safari and Chrome. Firefox -no.
Billy
If you look at the Donate buttons in Safari, they automatically have a nice ease in and out when they expand. I guess that is built into the Apple browser. Chrome as well. But in Firefox it is jolting. So I thought some transition added to the divs would solve this.
I’m sorry, I thought you were talking about the big green containers that
gently slide open in Safari or Chrome, but not in Firefox.
The yellow donate button indeed “pulses” in Firefox, so I am confused what
you are talking about.
THE TRANSITION PROPERTY - WHICH IS USED ON THE YELLOW DONATE BUTTONS -
DOES NOT REQUIRE A MANUFACTURER PREFIX TO BE RECOGNIZED BY THE CURRENT
RELEASE OF FIREFOX. CHECK OUT http://caniuse.com/#search=transition TO SEE
WHICH BROWSER VERSIONS SUPPORT WHAT CSS PROPERTIES.
OH, BY THE WAY – THERE IS NO NEED FOR -moz-transition ANYMORE… IT’S JUST
transition AND -webkit-transition. REMOVING THE -moz FROM THE transition
PROPERTY OF THE GREEN BOXES WILL CAUSE THEM TO ANIMATE THE SAME WAY THAT
YJEY DO IN SAFARI AND CHROME.
–
Ernie Simpson
On Tue, Jul 23, 2013 at 9:33 AM, billy kimmel email@hidden wrote:
If you look at the Donate buttons in Safari, they automatically have a
nice ease in and out when they expand. I guess that is built into the Apple
browser. Chrome as well. But in Firefox it is jolting. So I thought some
transition added to the divs would solve this.