Skip to content

Commit

Permalink
Fully deprecates the animation sub-framework, since it has been fully…
Browse files Browse the repository at this point in the history
… implemented into SC.View:animate and significantly improved.
  • Loading branch information
publickeating committed Mar 14, 2013
1 parent d427750 commit f310259
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1,469 deletions.
3 changes: 1 addition & 2 deletions Buildfile
Expand Up @@ -49,7 +49,6 @@ config :"experimental/split_view", :test_required => [:desktop]

# WRAPPER FRAMEWORKS
config :sproutcore, :required => [:desktop, :datastore, :statechart]
config :animation, :required => :foundation

config :qunit, :required => []
config :testing, :required => [:jquery], :test_required => [], :debug_required => []
Expand Down Expand Up @@ -88,7 +87,7 @@ config :ace,

# CONFIGURE APPS
config :core_tools, :required => [
:desktop, :datastore, :animation, "sproutcore/experimental/forms",
:desktop, :datastore, "sproutcore/experimental/forms",
"sproutcore/ace",

# The SC apps will use the experimental version of these controls:
Expand Down
3 changes: 0 additions & 3 deletions frameworks/animation/Buildfile

This file was deleted.

25 changes: 0 additions & 25 deletions frameworks/animation/LICENSE

This file was deleted.

79 changes: 0 additions & 79 deletions frameworks/animation/README.md

This file was deleted.

0 comments on commit f310259

Please sign in to comment.