From d7fe506f44a77be1b484218337492873a3186f37 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 20 Jul 2011 21:33:09 +0000 Subject: [Author: dmaclach] Adds a simple key value animation class. CAAnimation doesn't really allow you to animate things that aren't part of CALayers, and this gets us 90% of the way there to being able to not have to subclass NSAnimation for every animation we want to do. R=mikemorton DELTA=155 (155 added, 0 deleted, 0 changed) --- AppKit/GTMKeyValueAnimation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AppKit') diff --git a/AppKit/GTMKeyValueAnimation.m b/AppKit/GTMKeyValueAnimation.m index 31e6fd4..9b95bfe 100644 --- a/AppKit/GTMKeyValueAnimation.m +++ b/AppKit/GTMKeyValueAnimation.m @@ -1,6 +1,6 @@ // // GTMKeyValueAnimation.m -// Copyright 2011 Google Inc. +// Copyright 20011 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy -- cgit v1.2.3