Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8814337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:05:47+00:00 2026-06-14T04:05:47+00:00

Well im developing a knockout.js application and wonder where to put the animation functions

  • 0

Well im developing a knockout.js application and wonder where to put the animation functions if i do not want to keep them in the model(this does not seem like the correct place to have them)…

http://knockoutjs.com/examples/animatedTransitions.html

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T04:05:50+00:00Added an answer on June 14, 2026 at 4:05 am

    Nothing is stopping you from referencing functions outside your model. Knockout looks to the viewmodel first, but will look to the global context if it doesn’t find anything.

    HTML:

    <ul data-bind="template: { foreach: labels, afterAdd: app.animations.afterAdd}">
        <ol data-bind="text: $data"></ol>
    </ul>
    

    JS:

    app = {};    
    app.animations = {};    
    app.animations.afterAdd = function(elem){
        $(elem).hide().slideDown('slow');
    };
    

    Here is a fiddle demonstrating that this works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does this method work well for developing apps in windows? Any testimonial or examples
Well, I´m developing a wpf application and I got a strange error on design
I'm developing a .NET 4.0 application using PRISM and MVVM, as well as WPF.
I am developing an iPad application which supports both landscape as well as portrait
well to begin with I'm sure this is a simple question. I am developing
I'm developing a PHP application that uses HTTP response codes for communication as well
I have an application which I am developing using WPF\Prism\MVVM. All is going well
Hi guys, I am developing an application for both tablets as well as mobile,Till
Well i am developing an application whose interface requires an animated slide show and
Well... This is my case: I'm developing a framework and I'm current developing the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.