[Pro] styling in Freeway

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

http://millay.org/donate.php


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I could not see the transition property in your code, just the
-webkit-transition.

The resource I use is http://caniuse.com/ to work out what vendor prefixes

  • if any - are required for my code.


Ernie Simpson

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

http://millay.org/donate.php


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No I didn’t apply any transition to the donate buttons. I would like to, but I have never done that in the Freeway styles.


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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 Can I use... Support tables for HTML5, CSS3, etc 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.


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options