unpoly-rails 1.0.3 → 2.0.0.pre.rc2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of unpoly-rails might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/CHANGELOG.md +43 -25
- data/README.md +5 -6
- data/README_RAILS.md +295 -14
- data/dist/unpoly-bootstrap3.css +9 -14
- data/dist/unpoly-bootstrap3.js +4 -18
- data/dist/unpoly-bootstrap3.min.css +1 -1
- data/dist/unpoly-bootstrap3.min.js +1 -1
- data/dist/unpoly-bootstrap4.css +9 -0
- data/dist/unpoly-bootstrap4.js +16 -0
- data/dist/unpoly-bootstrap4.min.css +1 -0
- data/dist/unpoly-bootstrap4.min.js +1 -0
- data/dist/unpoly-bootstrap5.css +9 -0
- data/dist/unpoly-bootstrap5.js +14 -0
- data/dist/unpoly-bootstrap5.min.css +1 -0
- data/dist/unpoly-bootstrap5.min.js +1 -0
- data/dist/unpoly-migrate.js +1213 -0
- data/dist/unpoly-migrate.min.js +1 -0
- data/dist/unpoly.css +109 -140
- data/dist/unpoly.js +15376 -10484
- data/dist/unpoly.min.css +1 -1
- data/dist/unpoly.min.js +6 -4
- data/lib/unpoly/rails/change/cache.rb +26 -0
- data/lib/unpoly/rails/change/context.rb +80 -0
- data/lib/unpoly/rails/change/field.rb +117 -0
- data/lib/unpoly/rails/change/field_definition.rb +74 -0
- data/lib/unpoly/rails/change/layer.rb +60 -0
- data/lib/unpoly/rails/change.rb +372 -0
- data/lib/unpoly/rails/controller.rb +47 -0
- data/lib/unpoly/rails/error.rb +5 -0
- data/lib/unpoly/rails/request_echo_headers.rb +2 -2
- data/lib/unpoly/rails/version.rb +1 -1
- data/lib/unpoly/tasks.rb +45 -0
- data/lib/unpoly-rails.rb +9 -3
- metadata +42 -316
- data/.gitignore +0 -10
- data/.ruby-version +0 -1
- data/Gemfile +0 -7
- data/Gemfile.lock +0 -39
- data/Rakefile +0 -154
- data/bower.json +0 -27
- data/design/animation-ghosting.txt +0 -72
- data/design/design.txt +0 -34
- data/design/draft.html.erb +0 -48
- data/design/draft.rb +0 -9
- data/design/es6.js +0 -32
- data/design/ghost-debugging.txt +0 -118
- data/design/homepage.txt +0 -236
- data/design/ie11.txt +0 -9
- data/design/measure_import_node.js +0 -330
- data/design/measure_jquery/element_list.js +0 -41
- data/design/measure_jquery/up.on_vs_addEventListener.js +0 -56
- data/design/positioning.txt +0 -28
- data/design/query-params-in-form-actions/cases.html +0 -125
- data/design/rename.txt +0 -0
- data/design/test_rejected_promise.txt +0 -5
- data/design/unpoly errors.txt +0 -19
- data/lib/assets/javascripts/unpoly/browser.coffee.erb +0 -240
- data/lib/assets/javascripts/unpoly/classes/body_shifter.coffee +0 -45
- data/lib/assets/javascripts/unpoly/classes/cache.coffee +0 -127
- data/lib/assets/javascripts/unpoly/classes/compile_pass.coffee +0 -93
- data/lib/assets/javascripts/unpoly/classes/config.coffee +0 -9
- data/lib/assets/javascripts/unpoly/classes/css_transition.coffee +0 -118
- data/lib/assets/javascripts/unpoly/classes/divertible_chain.coffee +0 -39
- data/lib/assets/javascripts/unpoly/classes/event_listener.coffee +0 -116
- data/lib/assets/javascripts/unpoly/classes/extract_cascade.coffee +0 -86
- data/lib/assets/javascripts/unpoly/classes/extract_plan.coffee +0 -111
- data/lib/assets/javascripts/unpoly/classes/field_observer.coffee +0 -80
- data/lib/assets/javascripts/unpoly/classes/focus_follower.coffee +0 -29
- data/lib/assets/javascripts/unpoly/classes/follow_variant.coffee +0 -64
- data/lib/assets/javascripts/unpoly/classes/html_parser.coffee +0 -46
- data/lib/assets/javascripts/unpoly/classes/motion_controller.coffee +0 -157
- data/lib/assets/javascripts/unpoly/classes/params.coffee.erb +0 -544
- data/lib/assets/javascripts/unpoly/classes/record.coffee +0 -22
- data/lib/assets/javascripts/unpoly/classes/rect.js +0 -21
- data/lib/assets/javascripts/unpoly/classes/request.coffee +0 -247
- data/lib/assets/javascripts/unpoly/classes/response.coffee +0 -157
- data/lib/assets/javascripts/unpoly/classes/reveal_motion.coffee +0 -102
- data/lib/assets/javascripts/unpoly/classes/scroll_motion.coffee +0 -67
- data/lib/assets/javascripts/unpoly/classes/selector.coffee +0 -60
- data/lib/assets/javascripts/unpoly/classes/store/memory.coffee +0 -26
- data/lib/assets/javascripts/unpoly/classes/store/session.coffee +0 -59
- data/lib/assets/javascripts/unpoly/classes/tether.coffee +0 -105
- data/lib/assets/javascripts/unpoly/classes/url_set.coffee +0 -32
- data/lib/assets/javascripts/unpoly/cookie.coffee +0 -56
- data/lib/assets/javascripts/unpoly/element.coffee.erb +0 -1129
- data/lib/assets/javascripts/unpoly/event.coffee.erb +0 -445
- data/lib/assets/javascripts/unpoly/feedback.coffee +0 -353
- data/lib/assets/javascripts/unpoly/form.coffee.erb +0 -1084
- data/lib/assets/javascripts/unpoly/fragment.coffee.erb +0 -928
- data/lib/assets/javascripts/unpoly/framework.coffee +0 -65
- data/lib/assets/javascripts/unpoly/history.coffee +0 -268
- data/lib/assets/javascripts/unpoly/legacy.coffee +0 -60
- data/lib/assets/javascripts/unpoly/link.coffee.erb +0 -622
- data/lib/assets/javascripts/unpoly/log.coffee +0 -253
- data/lib/assets/javascripts/unpoly/modal.coffee.erb +0 -827
- data/lib/assets/javascripts/unpoly/motion.coffee.erb +0 -668
- data/lib/assets/javascripts/unpoly/namespace.coffee.erb +0 -5
- data/lib/assets/javascripts/unpoly/popup.coffee.erb +0 -515
- data/lib/assets/javascripts/unpoly/protocol.coffee +0 -300
- data/lib/assets/javascripts/unpoly/proxy.coffee +0 -672
- data/lib/assets/javascripts/unpoly/radio.coffee +0 -60
- data/lib/assets/javascripts/unpoly/rails.coffee +0 -24
- data/lib/assets/javascripts/unpoly/syntax.coffee.erb +0 -476
- data/lib/assets/javascripts/unpoly/toast.coffee +0 -67
- data/lib/assets/javascripts/unpoly/tooltip.coffee +0 -276
- data/lib/assets/javascripts/unpoly/util.coffee.erb +0 -1677
- data/lib/assets/javascripts/unpoly/viewport.coffee.erb +0 -830
- data/lib/assets/javascripts/unpoly-bootstrap3/feedback-ext.coffee +0 -5
- data/lib/assets/javascripts/unpoly-bootstrap3/form-ext.coffee +0 -1
- data/lib/assets/javascripts/unpoly-bootstrap3/modal-ext.coffee +0 -14
- data/lib/assets/javascripts/unpoly-bootstrap3/viewport-ext.coffee +0 -5
- data/lib/assets/javascripts/unpoly-bootstrap3.coffee +0 -2
- data/lib/assets/javascripts/unpoly.coffee +0 -28
- data/lib/assets/stylesheets/unpoly/close.sass +0 -2
- data/lib/assets/stylesheets/unpoly/dom.sass +0 -5
- data/lib/assets/stylesheets/unpoly/layout.sass +0 -2
- data/lib/assets/stylesheets/unpoly/link.sass +0 -2
- data/lib/assets/stylesheets/unpoly/modal.sass +0 -116
- data/lib/assets/stylesheets/unpoly/popup.sass +0 -7
- data/lib/assets/stylesheets/unpoly/toast.sass +0 -33
- data/lib/assets/stylesheets/unpoly/tooltip.sass +0 -62
- data/lib/assets/stylesheets/unpoly-bootstrap3/modal-ext.sass +0 -27
- data/lib/assets/stylesheets/unpoly-bootstrap3.sass +0 -1
- data/lib/assets/stylesheets/unpoly.sass +0 -1
- data/lib/unpoly/rails/inspector.rb +0 -149
- data/lib/unpoly/rails/inspector_accessor.rb +0 -30
- data/package.json +0 -38
- data/spec_app/.firefox-version +0 -1
- data/spec_app/.gitignore +0 -17
- data/spec_app/.rspec +0 -2
- data/spec_app/Gemfile +0 -29
- data/spec_app/Gemfile.lock +0 -223
- data/spec_app/README.rdoc +0 -28
- data/spec_app/Rakefile +0 -6
- data/spec_app/app/assets/images/.keep +0 -0
- data/spec_app/app/assets/images/favicon.png +0 -0
- data/spec_app/app/assets/images/grid.png +0 -0
- data/spec_app/app/assets/javascripts/bootstrap_manifest.coffee +0 -6
- data/spec_app/app/assets/javascripts/integration_test.coffee +0 -5
- data/spec_app/app/assets/javascripts/jasmine_specs.coffee +0 -6
- data/spec_app/app/assets/stylesheets/_helpers.sass +0 -5
- data/spec_app/app/assets/stylesheets/bootstrap_manifest.sass +0 -2
- data/spec_app/app/assets/stylesheets/integration_test.sass +0 -88
- data/spec_app/app/assets/stylesheets/jasmine_specs.sass +0 -20
- data/spec_app/app/controllers/application_controller.rb +0 -14
- data/spec_app/app/controllers/binding_test_controller.rb +0 -51
- data/spec_app/app/controllers/boot_test_controller.rb +0 -31
- data/spec_app/app/controllers/compiler_test_controller.rb +0 -5
- data/spec_app/app/controllers/css_test_controller.rb +0 -5
- data/spec_app/app/controllers/error_test_controller.rb +0 -5
- data/spec_app/app/controllers/form_test/basics_controller.rb +0 -14
- data/spec_app/app/controllers/form_test/redirects_controller.rb +0 -17
- data/spec_app/app/controllers/form_test/uploads_controller.rb +0 -15
- data/spec_app/app/controllers/hash_test_controller.rb +0 -5
- data/spec_app/app/controllers/method_test_controller.rb +0 -16
- data/spec_app/app/controllers/motion_test_controller.rb +0 -5
- data/spec_app/app/controllers/pages_controller.rb +0 -17
- data/spec_app/app/controllers/replace_test_controller.rb +0 -5
- data/spec_app/app/controllers/reveal_test_controller.rb +0 -5
- data/spec_app/app/controllers/scroll_test_controller.rb +0 -5
- data/spec_app/app/helpers/application_helper.rb +0 -11
- data/spec_app/app/mailers/.keep +0 -0
- data/spec_app/app/models/concerns/.keep +0 -0
- data/spec_app/app/views/boot_test/defer.erb +0 -18
- data/spec_app/app/views/boot_test/module.erb +0 -18
- data/spec_app/app/views/boot_test/sync.erb +0 -17
- data/spec_app/app/views/compiler_test/timestamp.erb +0 -10
- data/spec_app/app/views/css_test/modal.erb +0 -47
- data/spec_app/app/views/css_test/modal_contents.erb +0 -5
- data/spec_app/app/views/css_test/modal_contents_wide.erb +0 -5
- data/spec_app/app/views/css_test/popup.erb +0 -81
- data/spec_app/app/views/css_test/popup_contents.erb +0 -5
- data/spec_app/app/views/css_test/tooltip.erb +0 -48
- data/spec_app/app/views/error_test/trigger.erb +0 -80
- data/spec_app/app/views/error_test/unexpected_response.erb +0 -3
- data/spec_app/app/views/form_test/basics/new.erb +0 -60
- data/spec_app/app/views/form_test/redirects/new.erb +0 -27
- data/spec_app/app/views/form_test/redirects/target.erb +0 -6
- data/spec_app/app/views/form_test/submission_result.erb +0 -30
- data/spec_app/app/views/form_test/uploads/new.erb +0 -44
- data/spec_app/app/views/hash_test/unpoly.erb +0 -30
- data/spec_app/app/views/hash_test/vanilla.erb +0 -13
- data/spec_app/app/views/layouts/integration_test.erb +0 -22
- data/spec_app/app/views/layouts/jasmine_rails/spec_runner.html.erb +0 -20
- data/spec_app/app/views/method_test/form_target.erb +0 -17
- data/spec_app/app/views/method_test/page1.erb +0 -11
- data/spec_app/app/views/method_test/page2.erb +0 -6
- data/spec_app/app/views/motion_test/animations.erb +0 -16
- data/spec_app/app/views/motion_test/transitions.erb +0 -13
- data/spec_app/app/views/pages/start.erb +0 -82
- data/spec_app/app/views/replace_test/_nav.erb +0 -6
- data/spec_app/app/views/replace_test/page1.erb +0 -14
- data/spec_app/app/views/replace_test/page2.erb +0 -14
- data/spec_app/app/views/replace_test/table.erb +0 -16
- data/spec_app/app/views/reveal_test/long1.erb +0 -17
- data/spec_app/app/views/reveal_test/long2.erb +0 -17
- data/spec_app/app/views/reveal_test/within_document_viewport.erb +0 -24
- data/spec_app/app/views/reveal_test/within_overflowing_div_viewport.erb +0 -28
- data/spec_app/app/views/scroll_test/long1.erb +0 -30
- data/spec_app/bin/bundle +0 -3
- data/spec_app/bin/rails +0 -8
- data/spec_app/bin/rake +0 -8
- data/spec_app/bin/setup +0 -29
- data/spec_app/bin/spring +0 -18
- data/spec_app/config/application.rb +0 -28
- data/spec_app/config/boot.rb +0 -3
- data/spec_app/config/database.yml +0 -25
- data/spec_app/config/environment.rb +0 -5
- data/spec_app/config/environments/development.rb +0 -41
- data/spec_app/config/environments/production.rb +0 -79
- data/spec_app/config/environments/test.rb +0 -42
- data/spec_app/config/initializers/assets.rb +0 -19
- data/spec_app/config/initializers/backtrace_silencers.rb +0 -7
- data/spec_app/config/initializers/bower_rails.rb +0 -16
- data/spec_app/config/initializers/cookies_serializer.rb +0 -3
- data/spec_app/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec_app/config/initializers/inflections.rb +0 -16
- data/spec_app/config/initializers/mime_types.rb +0 -4
- data/spec_app/config/initializers/session_store.rb +0 -3
- data/spec_app/config/initializers/wrap_parameters.rb +0 -14
- data/spec_app/config/locales/en.yml +0 -23
- data/spec_app/config/routes.rb +0 -33
- data/spec_app/config/secrets.yml +0 -22
- data/spec_app/config.ru +0 -4
- data/spec_app/db/schema.rb +0 -23
- data/spec_app/db/seeds.rb +0 -7
- data/spec_app/lib/assets/.keep +0 -0
- data/spec_app/lib/tasks/.keep +0 -0
- data/spec_app/lib/tasks/cucumber.rake +0 -65
- data/spec_app/log/.keep +0 -0
- data/spec_app/public/404.html +0 -67
- data/spec_app/public/422.html +0 -67
- data/spec_app/public/500.html +0 -66
- data/spec_app/public/favicon.ico +0 -0
- data/spec_app/public/robots.txt +0 -5
- data/spec_app/script/cucumber +0 -10
- data/spec_app/spec/controllers/binding_test_controller_spec.rb +0 -248
- data/spec_app/spec/javascripts/helpers/agent_detector.coffee +0 -20
- data/spec_app/spec/javascripts/helpers/async_sequence.js.coffee +0 -103
- data/spec_app/spec/javascripts/helpers/browser_switches.js.coffee +0 -21
- data/spec_app/spec/javascripts/helpers/enable_logging.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/fixture.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/index.js.coffee +0 -1
- data/spec_app/spec/javascripts/helpers/jquery_no_conflict.js +0 -1
- data/spec_app/spec/javascripts/helpers/knife.js.coffee +0 -69
- data/spec_app/spec/javascripts/helpers/last_request.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/mock_ajax.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/mock_clock.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/parse_form_data.js.coffee +0 -24
- data/spec_app/spec/javascripts/helpers/promise_state.js +0 -18
- data/spec_app/spec/javascripts/helpers/protect_jasmine_runner.coffee +0 -12
- data/spec_app/spec/javascripts/helpers/remove_body_margin.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/reset_history.js.coffee +0 -23
- data/spec_app/spec/javascripts/helpers/reset_knife.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/reset_up.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/restore_body_scroll.js.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/show_lib_versions.coffee +0 -12
- data/spec_app/spec/javascripts/helpers/spec_util.coffee +0 -47
- data/spec_app/spec/javascripts/helpers/to_be_around.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_array.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/to_be_attached.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_be_blank.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_detached.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_be_element.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_error.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_given.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_hidden.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_jquery.js.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/to_be_missing.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_present.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_scrolled_to.coffee +0 -11
- data/spec_app/spec/javascripts/helpers/to_be_visible.js.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_contain.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_end_with.js.coffee +0 -11
- data/spec_app/spec/javascripts/helpers/to_equal_jquery.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_equal_node_list.coffee +0 -7
- data/spec_app/spec/javascripts/helpers/to_equal_via_is_equal.js.coffee +0 -7
- data/spec_app/spec/javascripts/helpers/to_have_class.js.coffee +0 -10
- data/spec_app/spec/javascripts/helpers/to_have_descendant.js.coffee +0 -10
- data/spec_app/spec/javascripts/helpers/to_have_length.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_have_opacity.coffee +0 -15
- data/spec_app/spec/javascripts/helpers/to_have_own_property.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_have_request_method.js.coffee +0 -16
- data/spec_app/spec/javascripts/helpers/to_have_text.js.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_have_unhandled_rejections.coffee +0 -18
- data/spec_app/spec/javascripts/helpers/to_match_list.coffee +0 -14
- data/spec_app/spec/javascripts/helpers/to_match_selector.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_match_text.js.coffee +0 -13
- data/spec_app/spec/javascripts/helpers/to_match_url.coffee +0 -14
- data/spec_app/spec/javascripts/helpers/trigger.js.coffee +0 -200
- data/spec_app/spec/javascripts/helpers/wait_until_dom_ready.js.coffee +0 -5
- data/spec_app/spec/javascripts/support/jasmine.yml +0 -51
- data/spec_app/spec/javascripts/up/browser_spec.js.coffee +0 -150
- data/spec_app/spec/javascripts/up/classes/cache_spec.js.coffee +0 -82
- data/spec_app/spec/javascripts/up/classes/config_spec.coffee +0 -24
- data/spec_app/spec/javascripts/up/classes/divertible_chain_spec.coffee +0 -45
- data/spec_app/spec/javascripts/up/classes/focus_tracker_spec.coffee +0 -34
- data/spec_app/spec/javascripts/up/classes/params_spec.coffee +0 -557
- data/spec_app/spec/javascripts/up/classes/request_spec.coffee +0 -50
- data/spec_app/spec/javascripts/up/classes/scroll_motion_spec.js.coffee +0 -51
- data/spec_app/spec/javascripts/up/classes/store/memory_spec.js.coffee +0 -70
- data/spec_app/spec/javascripts/up/classes/store/session_spec.js.coffee +0 -114
- data/spec_app/spec/javascripts/up/element_spec.coffee +0 -897
- data/spec_app/spec/javascripts/up/event_spec.js.coffee +0 -530
- data/spec_app/spec/javascripts/up/feedback_spec.js.coffee +0 -401
- data/spec_app/spec/javascripts/up/form_spec.js.coffee +0 -1527
- data/spec_app/spec/javascripts/up/fragment_spec.js.coffee +0 -2624
- data/spec_app/spec/javascripts/up/history_spec.js.coffee +0 -340
- data/spec_app/spec/javascripts/up/jquery_spec.js.coffee +0 -4
- data/spec_app/spec/javascripts/up/legacy_spec.js.coffee +0 -27
- data/spec_app/spec/javascripts/up/link_spec.js.coffee +0 -1098
- data/spec_app/spec/javascripts/up/log_spec.js.coffee +0 -119
- data/spec_app/spec/javascripts/up/modal_spec.js.coffee +0 -939
- data/spec_app/spec/javascripts/up/motion_spec.js.coffee +0 -582
- data/spec_app/spec/javascripts/up/popup_spec.js.coffee +0 -508
- data/spec_app/spec/javascripts/up/protocol_spec.js.coffee +0 -39
- data/spec_app/spec/javascripts/up/proxy_spec.js.coffee +0 -1145
- data/spec_app/spec/javascripts/up/radio_spec.js.coffee +0 -212
- data/spec_app/spec/javascripts/up/rails_spec.js.coffee +0 -118
- data/spec_app/spec/javascripts/up/spec_spec.js.coffee +0 -9
- data/spec_app/spec/javascripts/up/syntax_spec.js.coffee +0 -304
- data/spec_app/spec/javascripts/up/toast_spec.js.coffee +0 -37
- data/spec_app/spec/javascripts/up/tooltip_spec.js.coffee +0 -163
- data/spec_app/spec/javascripts/up/util_spec.js.coffee +0 -1434
- data/spec_app/spec/javascripts/up/viewport_spec.js.coffee +0 -655
- data/spec_app/spec/spec_helper.rb +0 -62
- data/spec_app/test/controllers/.keep +0 -0
- data/spec_app/test/fixtures/.keep +0 -0
- data/spec_app/test/helpers/.keep +0 -0
- data/spec_app/test/integration/.keep +0 -0
- data/spec_app/test/mailers/.keep +0 -0
- data/spec_app/test/models/.keep +0 -0
- data/spec_app/test/test_helper.rb +0 -10
- data/spec_app/vendor/asset-libs/es6-promise-4.1.6/es6-promise.auto.js +0 -1159
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.bower.json +0 -43
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.gitignore +0 -6
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.npmignore +0 -10
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.pairs +0 -6
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.travis.yml +0 -56
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/jasmine-ajax.js +0 -790
- data/spec_app/vendor/assets/.keep +0 -0
- data/unpoly-rails.gemspec +0 -24
@@ -1,582 +0,0 @@
|
|
1
|
-
u = up.util
|
2
|
-
e = up.element
|
3
|
-
$ = jQuery
|
4
|
-
|
5
|
-
describe 'up.motion', ->
|
6
|
-
|
7
|
-
u = up.util
|
8
|
-
|
9
|
-
describe 'JavaScript functions', ->
|
10
|
-
|
11
|
-
describe 'up.animate', ->
|
12
|
-
|
13
|
-
it 'animates the given element', (done) ->
|
14
|
-
$element = $fixture('.element').text('content')
|
15
|
-
up.animate($element, 'fade-in', duration: 200, easing: 'linear')
|
16
|
-
|
17
|
-
u.timer 1, ->
|
18
|
-
expect($element).toHaveOpacity(0.0, 0.15)
|
19
|
-
u.timer 100, ->
|
20
|
-
expect($element).toHaveOpacity(0.5, 0.3)
|
21
|
-
u.timer 260, ->
|
22
|
-
expect($element).toHaveOpacity(1.0, 0.15)
|
23
|
-
done()
|
24
|
-
|
25
|
-
it 'returns a promise that is fulfilled when the animation has completed', (done) ->
|
26
|
-
$element = $fixture('.element').text('content')
|
27
|
-
resolveSpy = jasmine.createSpy('resolve')
|
28
|
-
|
29
|
-
promise = up.animate($element, 'fade-in', duration: 100, easing: 'linear')
|
30
|
-
promise.then(resolveSpy)
|
31
|
-
|
32
|
-
u.timer 50, ->
|
33
|
-
expect(resolveSpy).not.toHaveBeenCalled()
|
34
|
-
u.timer 50 + (timingTolerance = 120), ->
|
35
|
-
expect(resolveSpy).toHaveBeenCalled()
|
36
|
-
done()
|
37
|
-
|
38
|
-
it 'cancels an existing animation on the element by instantly jumping to the last frame', asyncSpec (next) ->
|
39
|
-
$element = $fixture('.element').text('content')
|
40
|
-
up.animate($element, { 'font-size': '40px' }, duration: 10000, easing: 'linear')
|
41
|
-
|
42
|
-
next =>
|
43
|
-
up.animate($element, { 'fade-in' }, duration: 100, easing: 'linear')
|
44
|
-
|
45
|
-
next =>
|
46
|
-
expect($element.css('font-size')).toEqual('40px')
|
47
|
-
|
48
|
-
it 'pauses an existing CSS transitions and restores it once the Unpoly animation is done', asyncSpec (next) ->
|
49
|
-
$element = $fixture('.element').text('content').css
|
50
|
-
backgroundColor: 'yellow'
|
51
|
-
fontSize: '10px'
|
52
|
-
height: '20px'
|
53
|
-
|
54
|
-
expect(parseFloat($element.css('fontSize'))).toBeAround(10, 0.1)
|
55
|
-
expect(parseFloat($element.css('height'))).toBeAround(20, 0.1)
|
56
|
-
|
57
|
-
next.after 10, =>
|
58
|
-
$element.css
|
59
|
-
transition: 'font-size 500ms linear, height 500ms linear'
|
60
|
-
fontSize: '100px'
|
61
|
-
height: '200px'
|
62
|
-
|
63
|
-
next.after 250, =>
|
64
|
-
# Original CSS transition should now be ~50% done
|
65
|
-
@fontSizeBeforeAnimate = parseFloat($element.css('fontSize'))
|
66
|
-
@heightBeforeAnimate = parseFloat($element.css('height'))
|
67
|
-
|
68
|
-
expect(@fontSizeBeforeAnimate).toBeAround(0.5 * (100 - 10), 20)
|
69
|
-
expect(@heightBeforeAnimate).toBeAround(0.5 * (200 - 20), 40)
|
70
|
-
|
71
|
-
up.animate($element, 'fade-in', duration: 500, easing: 'linear')
|
72
|
-
|
73
|
-
next.after 250, =>
|
74
|
-
# Original CSS transition should remain paused at ~50%
|
75
|
-
# Unpoly animation should now be ~50% done
|
76
|
-
expect(parseFloat($element.css('fontSize'))).toBeAround(@fontSizeBeforeAnimate, 10)
|
77
|
-
expect(parseFloat($element.css('height'))).toBeAround(@heightBeforeAnimate, 10)
|
78
|
-
expect(parseFloat($element.css('opacity'))).toBeAround(0.5, 0.3)
|
79
|
-
|
80
|
-
next.after 250, =>
|
81
|
-
# Unpoly animation should now be done
|
82
|
-
# The original transition resumes. For technical reasons it will take
|
83
|
-
# its full duration for the remaining frames of the transition.
|
84
|
-
expect(parseFloat($element.css('opacity'))).toBeAround(1.0, 0.3)
|
85
|
-
|
86
|
-
next.after (500 + (tolerance = 125)), =>
|
87
|
-
expect(parseFloat($element.css('fontSize'))).toBeAround(100, 20)
|
88
|
-
expect(parseFloat($element.css('height'))).toBeAround(200, 40)
|
89
|
-
|
90
|
-
|
91
|
-
describe 'when up.animate() is called from inside an animation function', ->
|
92
|
-
|
93
|
-
it 'animates', (done) ->
|
94
|
-
$element = $fixture('.element').text('content')
|
95
|
-
|
96
|
-
animation = ($element, options) ->
|
97
|
-
e.setStyle($element, opacity: 0)
|
98
|
-
up.animate($element, { opacity: 1 }, options)
|
99
|
-
|
100
|
-
up.animate($element, animation, duration: 300, easing: 'linear')
|
101
|
-
|
102
|
-
u.timer 5, ->
|
103
|
-
expect($element).toHaveOpacity(0.0, 0.25)
|
104
|
-
u.timer 150, ->
|
105
|
-
expect($element).toHaveOpacity(0.5, 0.25)
|
106
|
-
u.timer 300, ->
|
107
|
-
expect($element).toHaveOpacity(1.0, 0.25)
|
108
|
-
done()
|
109
|
-
|
110
|
-
it "finishes animations only once", (done) ->
|
111
|
-
$element = $fixture('.element').text('content')
|
112
|
-
|
113
|
-
animation = ($element, options) ->
|
114
|
-
e.setStyle($element, opacity: 0)
|
115
|
-
up.animate($element, { opacity: 1 }, options)
|
116
|
-
|
117
|
-
up.animate($element, animation, duration: 200, easing: 'linear')
|
118
|
-
|
119
|
-
u.task =>
|
120
|
-
expect(up.motion.finishCount()).toEqual(1)
|
121
|
-
done()
|
122
|
-
|
123
|
-
|
124
|
-
describe 'with animations disabled globally', ->
|
125
|
-
|
126
|
-
beforeEach ->
|
127
|
-
up.motion.config.enabled = false
|
128
|
-
|
129
|
-
it "doesn't animate and directly sets the last frame instead", (done) ->
|
130
|
-
$element = $fixture('.element').text('content')
|
131
|
-
callback = jasmine.createSpy('animation done callback')
|
132
|
-
animateDone = up.animate($element, { 'font-size': '40px' }, duration: 10000, easing: 'linear')
|
133
|
-
animateDone.then(callback)
|
134
|
-
|
135
|
-
u.timer 5, =>
|
136
|
-
expect($element.css('font-size')).toEqual('40px')
|
137
|
-
expect(callback).toHaveBeenCalled()
|
138
|
-
done()
|
139
|
-
|
140
|
-
[false, null, undefined, 'none', '', {}].forEach (noneAnimation) ->
|
141
|
-
|
142
|
-
describe "when called with a `#{noneAnimation}` animation", ->
|
143
|
-
|
144
|
-
it "doesn't animate and resolves instantly", asyncSpec (next) ->
|
145
|
-
$element = $fixture('.element').text('content')
|
146
|
-
callback = jasmine.createSpy('animation done callback')
|
147
|
-
animateDone = up.animate($element, noneAnimation, duration: 10000, easing: 'linear')
|
148
|
-
animateDone.then(callback)
|
149
|
-
next => expect(callback).toHaveBeenCalled()
|
150
|
-
|
151
|
-
|
152
|
-
describe 'up.motion.finish', ->
|
153
|
-
|
154
|
-
describe 'when called with an element or selector', ->
|
155
|
-
|
156
|
-
it 'cancels an existing animation on the given element by instantly jumping to the last frame', asyncSpec (next) ->
|
157
|
-
$element = $fixture('.element').text('content')
|
158
|
-
up.animate($element, { 'font-size': '40px', 'opacity': '0.5' }, duration: 30000)
|
159
|
-
|
160
|
-
next =>
|
161
|
-
up.motion.finish($element)
|
162
|
-
|
163
|
-
next =>
|
164
|
-
expect($element.css('font-size')).toEqual('40px')
|
165
|
-
expect($element).toHaveOpacity(0.5, 0.01) # Safari sometimes has rounding errors
|
166
|
-
|
167
|
-
it 'cancels animations on children of the given element', asyncSpec (next) ->
|
168
|
-
$parent = $fixture('.element')
|
169
|
-
$child = $parent.affix('.child')
|
170
|
-
up.animate($child, { 'font-size': '40px' }, duration: 10000)
|
171
|
-
|
172
|
-
next =>
|
173
|
-
up.motion.finish($parent)
|
174
|
-
|
175
|
-
next =>
|
176
|
-
expect($child.css('font-size')).toEqual('40px')
|
177
|
-
|
178
|
-
it 'does not cancel animations on other elements', asyncSpec (next) ->
|
179
|
-
$element1 = $fixture('.element1').text('content1')
|
180
|
-
$element2 = $fixture('.element2').text('content2')
|
181
|
-
up.animate($element1, 'fade-in', duration: 10000)
|
182
|
-
up.animate($element2, 'fade-in', duration: 10000)
|
183
|
-
|
184
|
-
next =>
|
185
|
-
up.motion.finish($element1)
|
186
|
-
|
187
|
-
next =>
|
188
|
-
expect(Number($element1.css('opacity'))).toEqual(1)
|
189
|
-
expect(Number($element2.css('opacity'))).toBeAround(0, 0.1)
|
190
|
-
|
191
|
-
it 'restores CSS transitions from before the Unpoly animation', asyncSpec (next) ->
|
192
|
-
$element = $fixture('.element').text('content')
|
193
|
-
$element.css('transition': 'font-size 3s ease')
|
194
|
-
oldTransitionProperty = $element.css('transition-property')
|
195
|
-
expect(oldTransitionProperty).toBeDefined()
|
196
|
-
expect(oldTransitionProperty).toContain('font-size') # be paranoid
|
197
|
-
up.animate($element, 'fade-in', duration: 10000)
|
198
|
-
|
199
|
-
next =>
|
200
|
-
up.motion.finish($element)
|
201
|
-
|
202
|
-
next =>
|
203
|
-
expect($element).toHaveOpacity(1)
|
204
|
-
currentTransitionProperty = $element.css('transition-property')
|
205
|
-
expect(currentTransitionProperty).toEqual(oldTransitionProperty)
|
206
|
-
expect(currentTransitionProperty).toContain('font-size')
|
207
|
-
expect(currentTransitionProperty).not.toContain('opacity')
|
208
|
-
|
209
|
-
it 'cancels an existing transition on the old element by instantly jumping to the last frame', asyncSpec (next) ->
|
210
|
-
$v1 = $fixture('.element').text('v1')
|
211
|
-
$v2 = $fixture('.element').text('v2')
|
212
|
-
|
213
|
-
up.morph($v1, $v2, 'cross-fade', duration: 200)
|
214
|
-
|
215
|
-
next =>
|
216
|
-
expect($v1).toHaveOpacity(1.0, 0.2)
|
217
|
-
expect($v2).toHaveOpacity(0.0, 0.2)
|
218
|
-
|
219
|
-
up.motion.finish($v1)
|
220
|
-
|
221
|
-
next =>
|
222
|
-
expect($v1).toBeDetached()
|
223
|
-
expect($v2).toHaveOpacity(1.0, 0.2)
|
224
|
-
|
225
|
-
it 'cancels an existing transition on the new element by instantly jumping to the last frame', asyncSpec (next) ->
|
226
|
-
$v1 = $fixture('.element').text('v1')
|
227
|
-
$v2 = $fixture('.element').text('v2')
|
228
|
-
|
229
|
-
up.morph($v1, $v2, 'cross-fade', duration: 200)
|
230
|
-
|
231
|
-
next =>
|
232
|
-
expect($v1).toHaveOpacity(1.0, 0.2)
|
233
|
-
expect($v2).toHaveOpacity(0.0, 0.2)
|
234
|
-
|
235
|
-
up.motion.finish($v2)
|
236
|
-
|
237
|
-
next =>
|
238
|
-
expect($v1).toBeDetached()
|
239
|
-
expect($v2).toHaveOpacity(1.0, 0.2)
|
240
|
-
|
241
|
-
|
242
|
-
it 'cancels transitions on children of the given element', asyncSpec (next) ->
|
243
|
-
$parent = $fixture('.parent')
|
244
|
-
$old = $parent.affix('.old').text('old content')
|
245
|
-
$new = $parent.affix('.new').text('new content')
|
246
|
-
|
247
|
-
up.morph($old, $new, 'cross-fade', duration: 2000)
|
248
|
-
|
249
|
-
next =>
|
250
|
-
expect($old).toHaveOpacity(1.0, 0.1)
|
251
|
-
expect($new).toHaveOpacity(0.0, 0.1)
|
252
|
-
|
253
|
-
up.motion.finish($parent)
|
254
|
-
|
255
|
-
next =>
|
256
|
-
expect($old).toBeDetached()
|
257
|
-
expect($new).toHaveOpacity(1.0)
|
258
|
-
|
259
|
-
|
260
|
-
it 'does not leave .up-bounds elements in the DOM', asyncSpec (next) ->
|
261
|
-
$old = $fixture('.old').text('old content')
|
262
|
-
$new = $fixture('.new').text('new content')
|
263
|
-
|
264
|
-
up.morph($old, $new, 'cross-fade', duration: 2000)
|
265
|
-
|
266
|
-
next =>
|
267
|
-
up.motion.finish($old)
|
268
|
-
|
269
|
-
next =>
|
270
|
-
expect($old).toBeDetached()
|
271
|
-
expect($('.up-bounds').length).toBe(0)
|
272
|
-
|
273
|
-
|
274
|
-
it 'emits an up:motion:finish event on the given animating element, so custom animation functions can react to the finish request', asyncSpec (next) ->
|
275
|
-
$element = $fixture('.element').text('element text')
|
276
|
-
listener = jasmine.createSpy('finish event listener')
|
277
|
-
$element.on('up:motion:finish', listener)
|
278
|
-
|
279
|
-
up.animate($element, 'fade-in')
|
280
|
-
|
281
|
-
next =>
|
282
|
-
expect(listener).not.toHaveBeenCalled()
|
283
|
-
up.motion.finish()
|
284
|
-
|
285
|
-
next =>
|
286
|
-
expect(listener).toHaveBeenCalled()
|
287
|
-
|
288
|
-
|
289
|
-
it 'does not emit an up:motion:finish event if no element is animating', asyncSpec (next) ->
|
290
|
-
listener = jasmine.createSpy('finish event listener')
|
291
|
-
up.on('up:motion:finish', listener)
|
292
|
-
up.motion.finish()
|
293
|
-
|
294
|
-
next =>
|
295
|
-
expect(listener).not.toHaveBeenCalled()
|
296
|
-
|
297
|
-
|
298
|
-
describe 'when called without arguments', ->
|
299
|
-
|
300
|
-
it 'cancels all animations on the screen', asyncSpec (next) ->
|
301
|
-
$element1 = $fixture('.element1').text('content1')
|
302
|
-
$element2 = $fixture('.element2').text('content2')
|
303
|
-
|
304
|
-
up.animate($element1, 'fade-in', duration: 3000)
|
305
|
-
up.animate($element2, 'fade-in', duration: 3000)
|
306
|
-
|
307
|
-
next =>
|
308
|
-
expect($element1).toHaveOpacity(0.0, 0.1)
|
309
|
-
expect($element2).toHaveOpacity(0.0, 0.1)
|
310
|
-
|
311
|
-
up.motion.finish()
|
312
|
-
|
313
|
-
next =>
|
314
|
-
$element1 = $('.element1')
|
315
|
-
$element2 = $('.element2')
|
316
|
-
expect($element1).toHaveOpacity(1.0)
|
317
|
-
expect($element2).toHaveOpacity(1.0)
|
318
|
-
|
319
|
-
describe 'up.morph', ->
|
320
|
-
|
321
|
-
it 'transitions between two element by absolutely positioning one element above the other', asyncSpec (next) ->
|
322
|
-
$old = $fixture('.old').text('old content').css(width: '200px', width: '200px')
|
323
|
-
$new = $fixture('.new').text('new content').css(width: '200px', width: '200px').detach()
|
324
|
-
|
325
|
-
oldDims = $old[0].getBoundingClientRect()
|
326
|
-
|
327
|
-
up.morph($old, $new, 'cross-fade', duration: 200, easing: 'linear')
|
328
|
-
|
329
|
-
next =>
|
330
|
-
expect($old[0].getBoundingClientRect()).toEqual(oldDims)
|
331
|
-
expect($new[0].getBoundingClientRect()).toEqual(oldDims)
|
332
|
-
|
333
|
-
expect($old).toHaveOpacity(1.0, 0.25)
|
334
|
-
expect($new).toHaveOpacity(0.0, 0.25)
|
335
|
-
|
336
|
-
next.after 100, =>
|
337
|
-
expect($old).toHaveOpacity(0.5, 0.25)
|
338
|
-
expect($new).toHaveOpacity(0.5, 0.25)
|
339
|
-
|
340
|
-
next.after (100 + (tolerance = 110)), =>
|
341
|
-
expect($new).toHaveOpacity(1.0, 0.25)
|
342
|
-
expect($old).toBeDetached()
|
343
|
-
|
344
|
-
it 'does not change the position of sibling elements (as long as the old and new elements are of equal size)', asyncSpec (next) ->
|
345
|
-
$container = $fixture('.container')
|
346
|
-
|
347
|
-
$before = $container.affix('.before').css(margin: '20px')
|
348
|
-
$old = $container.affix('.old').text('old content').css(width: '200px', width: '200px', margin: '20px')
|
349
|
-
$new = $container.affix('.new').text('new content').css(width: '200px', width: '200px', margin: '20px').detach()
|
350
|
-
$after = $container.affix('.before').css(margin: '20px')
|
351
|
-
|
352
|
-
beforeDims = $before[0].getBoundingClientRect()
|
353
|
-
afterDims = $after[0].getBoundingClientRect()
|
354
|
-
|
355
|
-
up.morph($old, $new, 'cross-fade', duration: 30, easing: 'linear')
|
356
|
-
|
357
|
-
next =>
|
358
|
-
expect($before[0].getBoundingClientRect()).toEqual(beforeDims)
|
359
|
-
expect($after[0].getBoundingClientRect()).toEqual(afterDims)
|
360
|
-
|
361
|
-
next.after 50, =>
|
362
|
-
expect($before[0].getBoundingClientRect()).toEqual(beforeDims)
|
363
|
-
expect($after[0].getBoundingClientRect()).toEqual(afterDims)
|
364
|
-
|
365
|
-
it 'transitions between two elements that are already positioned absolutely', asyncSpec (next) ->
|
366
|
-
elementStyles =
|
367
|
-
position: 'absolute'
|
368
|
-
left: '30px'
|
369
|
-
top: '30px'
|
370
|
-
width: '200px'
|
371
|
-
width: '200px'
|
372
|
-
$old = $fixture('.old').text('old content').css(elementStyles)
|
373
|
-
$new = $fixture('.new').text('new content').css(elementStyles).detach()
|
374
|
-
|
375
|
-
oldDims = $old[0].getBoundingClientRect()
|
376
|
-
|
377
|
-
up.morph($old, $new, 'cross-fade', duration: 100, easing: 'linear')
|
378
|
-
|
379
|
-
next =>
|
380
|
-
expect($old[0].getBoundingClientRect()).toEqual(oldDims)
|
381
|
-
expect($new[0].getBoundingClientRect()).toEqual(oldDims)
|
382
|
-
|
383
|
-
next.after (100 + (timingTolerance = 120)), =>
|
384
|
-
expect($old).toBeDetached()
|
385
|
-
expect($new[0].getBoundingClientRect()).toEqual(oldDims)
|
386
|
-
|
387
|
-
it 'cancels an existing transition on the new element by instantly jumping to the last frame', asyncSpec (next) ->
|
388
|
-
$v1 = $fixture('.element').text('v1')
|
389
|
-
$v2 = $fixture('.element').text('v2')
|
390
|
-
$v3 = $fixture('.element').text('v3')
|
391
|
-
|
392
|
-
up.morph($v1, $v2, 'cross-fade', duration: 200)
|
393
|
-
|
394
|
-
next =>
|
395
|
-
expect($v1).toHaveOpacity(1.0, 0.2)
|
396
|
-
expect($v2).toHaveOpacity(0.0, 0.2)
|
397
|
-
|
398
|
-
up.morph($v2, $v3, 'cross-fade', duration: 200)
|
399
|
-
|
400
|
-
next =>
|
401
|
-
expect($v1).toBeDetached()
|
402
|
-
expect($v2).toHaveOpacity(1.0, 0.2)
|
403
|
-
expect($v3).toHaveOpacity(0.0, 0.2)
|
404
|
-
|
405
|
-
it 'detaches the old element in the DOM', (done) ->
|
406
|
-
$v1 = $fixture('.element').text('v1')
|
407
|
-
$v2 = $fixture('.element').text('v2')
|
408
|
-
|
409
|
-
morphDone = up.morph($v1, $v2, 'cross-fade', duration: 5)
|
410
|
-
|
411
|
-
morphDone.then ->
|
412
|
-
expect($v1).toBeDetached()
|
413
|
-
expect($v2).toBeAttached()
|
414
|
-
done()
|
415
|
-
|
416
|
-
it 'does not leave .up-bounds elements in the DOM', (done) ->
|
417
|
-
$v1 = $fixture('.element').text('v1')
|
418
|
-
$v2 = $fixture('.element').text('v2')
|
419
|
-
|
420
|
-
morphDone = up.morph($v1, $v2, 'cross-fade', duration: 5)
|
421
|
-
|
422
|
-
morphDone.then ->
|
423
|
-
expect('.up-bounds').not.toBeAttached()
|
424
|
-
done()
|
425
|
-
|
426
|
-
|
427
|
-
describe 'when up.animate() is called from inside a transition function', ->
|
428
|
-
|
429
|
-
it 'animates', asyncSpec (next) ->
|
430
|
-
$old = $fixture('.old').text('old content')
|
431
|
-
$new = $fixture('.new').text('new content').detach()
|
432
|
-
|
433
|
-
oldDims = $old[0].getBoundingClientRect()
|
434
|
-
|
435
|
-
transition = (oldElement, newElement, options) ->
|
436
|
-
up.animate(oldElement, 'fade-out', options)
|
437
|
-
up.animate(newElement, 'fade-in', options)
|
438
|
-
|
439
|
-
up.morph($old, $new, transition, duration: 200, easing: 'linear')
|
440
|
-
|
441
|
-
next =>
|
442
|
-
expect($old[0].getBoundingClientRect()).toEqual(oldDims)
|
443
|
-
expect($new[0].getBoundingClientRect()).toEqual(oldDims)
|
444
|
-
|
445
|
-
expect($old).toHaveOpacity(1.0, 0.25)
|
446
|
-
expect($new).toHaveOpacity(0.0, 0.25)
|
447
|
-
|
448
|
-
next.after 100, =>
|
449
|
-
expect($old).toHaveOpacity(0.5, 0.25)
|
450
|
-
expect($new).toHaveOpacity(0.5, 0.25)
|
451
|
-
|
452
|
-
next.after (100 + (tolerance = 110)), =>
|
453
|
-
expect($new).toHaveOpacity(1.0, 0.1)
|
454
|
-
expect($old).toBeDetached()
|
455
|
-
expect($new).toBeAttached()
|
456
|
-
|
457
|
-
it 'finishes animations only once', asyncSpec (next) ->
|
458
|
-
$old = $fixture('.old').text('old content')
|
459
|
-
$new = $fixture('.new').text('new content').detach()
|
460
|
-
|
461
|
-
transition = (oldElement, newElement, options) ->
|
462
|
-
up.animate(oldElement, 'fade-out', options)
|
463
|
-
up.animate(newElement, 'fade-in', options)
|
464
|
-
|
465
|
-
up.morph($old, $new, transition, duration: 200, easing: 'linear')
|
466
|
-
|
467
|
-
next ->
|
468
|
-
expect(up.motion.finishCount()).toEqual(1)
|
469
|
-
|
470
|
-
describe 'when up.morph() is called from inside a transition function', ->
|
471
|
-
|
472
|
-
it 'morphs', asyncSpec (next) ->
|
473
|
-
$old = $fixture('.old').text('old content')
|
474
|
-
$new = $fixture('.new').text('new content').detach()
|
475
|
-
|
476
|
-
oldDims = $old[0].getBoundingClientRect()
|
477
|
-
|
478
|
-
transition = (oldElement, newElement, options) ->
|
479
|
-
up.morph(oldElement, newElement, 'cross-fade', options)
|
480
|
-
|
481
|
-
up.morph($old, $new, transition, duration: 400, easing: 'linear')
|
482
|
-
|
483
|
-
next =>
|
484
|
-
expect($old[0].getBoundingClientRect()).toEqual(oldDims)
|
485
|
-
expect($new[0].getBoundingClientRect()).toEqual(oldDims)
|
486
|
-
|
487
|
-
expect($old).toHaveOpacity(1.0, 0.25)
|
488
|
-
expect($new).toHaveOpacity(0.0, 0.25)
|
489
|
-
|
490
|
-
next.after 200, =>
|
491
|
-
expect($old).toHaveOpacity(0.5, 0.25)
|
492
|
-
expect($new).toHaveOpacity(0.5, 0.25)
|
493
|
-
|
494
|
-
next.after (200 + (tolerance = 110)), =>
|
495
|
-
expect($new).toHaveOpacity(1.0, 0.25)
|
496
|
-
expect($old).toBeDetached()
|
497
|
-
expect($new).toBeAttached()
|
498
|
-
|
499
|
-
it "finishes animations only once", asyncSpec (next) ->
|
500
|
-
$old = $fixture('.old').text('old content')
|
501
|
-
$new = $fixture('.new').text('new content').detach()
|
502
|
-
|
503
|
-
transition = (oldElement, newElement, options) ->
|
504
|
-
up.morph(oldElement, newElement, 'cross-fade', options)
|
505
|
-
|
506
|
-
up.morph($old, $new, transition, duration: 50, easing: 'linear')
|
507
|
-
|
508
|
-
next ->
|
509
|
-
expect(up.motion.finishCount()).toEqual(1)
|
510
|
-
|
511
|
-
|
512
|
-
describe 'with { reveal: true } option', ->
|
513
|
-
|
514
|
-
it 'reveals the new element while making the old element within the same viewport appear as if it would keep its scroll position', asyncSpec (next) ->
|
515
|
-
$container = $fixture('.container[up-viewport]').css
|
516
|
-
'width': '200px'
|
517
|
-
'height': '200px'
|
518
|
-
'overflow-y': 'scroll'
|
519
|
-
'position': 'fixed'
|
520
|
-
'left': 0,
|
521
|
-
'top': 0
|
522
|
-
$old = $fixture('.old').appendTo($container).css(height: '600px')
|
523
|
-
$container.scrollTop(300)
|
524
|
-
|
525
|
-
expect($container.scrollTop()).toEqual(300)
|
526
|
-
|
527
|
-
$new = $fixture('.new').css(height: '600px').detach()
|
528
|
-
|
529
|
-
up.morph($old, $new, 'cross-fade', duration: 50, reveal: true)
|
530
|
-
|
531
|
-
next =>
|
532
|
-
# Container is scrolled up due to { reveal: true } option.
|
533
|
-
# Since $old and $new are sitting in the same viewport with a
|
534
|
-
# single shared scrollbar, this will make the ghost for $old jump.
|
535
|
-
expect($container.scrollTop()).toEqual(0)
|
536
|
-
|
537
|
-
# See that the ghost for $new is aligned with the top edge
|
538
|
-
# of the viewport.
|
539
|
-
expect($new.offset().top).toEqual(0)
|
540
|
-
|
541
|
-
# The absolitized $old is shifted upwards to make it looks like it
|
542
|
-
# was at the scroll position before we revealed $new.
|
543
|
-
expect($old.offset().top).toEqual(-300)
|
544
|
-
|
545
|
-
describe 'with animations disabled globally', ->
|
546
|
-
|
547
|
-
beforeEach ->
|
548
|
-
up.motion.config.enabled = false
|
549
|
-
|
550
|
-
it "doesn't animate and detaches the old element instead", asyncSpec (next) ->
|
551
|
-
$old = $fixture('.old').text('old content')
|
552
|
-
$new = $fixture('.new').text('new content')
|
553
|
-
up.morph($old, $new, 'cross-fade', duration: 1000)
|
554
|
-
|
555
|
-
next =>
|
556
|
-
expect($old).toBeDetached()
|
557
|
-
expect($new).toBeAttached()
|
558
|
-
expect($new).toHaveOpacity(1.0)
|
559
|
-
|
560
|
-
|
561
|
-
[false, null, undefined, 'none', 'none/none', '', [], [undefined, null], ['none', 'none'], ['none', {}]].forEach (noneTransition) ->
|
562
|
-
|
563
|
-
describe "when called with a `#{JSON.stringify(noneTransition)}` transition", ->
|
564
|
-
|
565
|
-
it "doesn't animate and detaches the old element instead", asyncSpec (next) ->
|
566
|
-
$old = $fixture('.old').text('old content')
|
567
|
-
$new = $fixture('.new').text('new content')
|
568
|
-
up.morph($old, $new, noneTransition, duration: 1000)
|
569
|
-
|
570
|
-
next =>
|
571
|
-
expect($old).toBeDetached()
|
572
|
-
expect($new).toBeAttached()
|
573
|
-
expect($new).toHaveOpacity(1.0)
|
574
|
-
|
575
|
-
|
576
|
-
describe 'up.transition', ->
|
577
|
-
|
578
|
-
it 'should have tests'
|
579
|
-
|
580
|
-
describe 'up.animation', ->
|
581
|
-
|
582
|
-
it 'should have tests'
|