Issue 12699

Incorrect values for CSS in transitions

12699
Reporter: lfrancke
Assignee: trobertson
Type: Bug
Summary: Incorrect values for CSS in transitions
Priority: Minor
Resolution: Fixed
Status: Closed
Created: 2013-02-05 10:55:12.421
Updated: 2013-08-29 14:44:58.801
Resolved: 2013-03-04 15:17:14.35
        
Description: We have a couple of places with things like this: {{-moz-transition:    color " ease-in-out;}}

{{""}} is not a valid transition and should be replaced with a value like .3s or sth. similar.]]>
    


Author: trobertson@gbif.org
Created: 2013-03-04 15:17:14.375
Updated: 2013-03-04 15:17:14.375
        
With
  https://code.google.com/p/gbif-portal/source/detail?r=1452

And reviewed
  http://dev.gbif.org/code/cru/CR-POR-109