blossom
Version:
Modern, Cross-Platform Application Framework
15 lines (10 loc) • 527 B
JavaScript
// ==========================================================================
// Project: Blossom - Modern, Cross-Platform Application Framework
// Copyright: ©2012 Fohr Motion Picture Studios. All rights reserved.
// License: Licensed under the GPLv3 license (see BLOSSOM-LICENSE).
// ==========================================================================
/*globals sc_assert */
sc_require('animations/animation');
SC.KeyframeAnimation = SC.Animation.extend({
isKeyframeAnimation: true // Walk like a duck.
});