aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-07-20 21:33:09 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-07-20 21:33:09 +0000
commitd7fe506f44a77be1b484218337492873a3186f37 (patch)
treef6987dbc4a6d60b8f387a4d86d0c07bfef1d75bc /AppKit
parentd05ec13c0115d364e69b237839cd874689921458 (diff)
[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)
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMKeyValueAnimation.m2
1 files changed, 1 insertions, 1 deletions
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