owenthereal / codefaces

a web-based source control client
3 stars 2 forks source link

[BUG/SVN] AnimationRenderer failed: TypeError: endValue is null #87

Closed kklo closed 14 years ago

kklo commented 14 years ago

it still happen sometimes

owenthereal commented 14 years ago

could be related to the css theme: http://www.eclipse.org/forums/index.php?t=msg&th=173329&start=0&S=3f3161ce1b94caf6c0726801ea3fa29c

Shell-DisplayOverlay { animation: fadeIn 120ms linear, fadeOut 200ms ease-out; background-image: none; background-color: black; opacity: 0.3; }

Button[PUSH], Button[TOGGLE], Button[BORDER] { border-radius: 3px; padding: 2px 5px; background-image: gradient(linear, left top, left bottom, from(white), color-stop(48%, #f0f0f0), color-stop(52%, #e0e0e0), to(white)); animation: hoverOut 500ms ease-out; }

owenthereal commented 14 years ago

mark it close for now, reopen if necessary.