English 中文(简体)
在同位素集装箱中选择一个项目时发生的内容闪光
原标题:Content flash when selecting an item in an isotope container

I m 从事小型电解/proto型仪器工作,并使用同位素对一组干.进行绝缘过滤。 这些小块是带某些文字的颜色区块,其中自动使用JSON功能更新数据。

该表是一整套伙伴关系。 NET MVC充分意见和少数部分看法。 零碎块有一席之地。 闪电一片把用户带入一个新页面,以了解这一功能的内容。 不同观点之间出现激烈的疏漏。 (提出这种意见的发展中国家最初有部分看法,但又增加了对后纽芬兰的工作的要求。) 因此,所有内容都改为完全意见......不幸的是,过渡是徒劳的。

My problem is that on a tile click, the isotope div flashes before fading out.

为了清晰起见,此处略作图表:

Isotope fadeout flash

单单单单单单单单单是处理造成这种热点的碎片。 点击事件暴露了目前的内心,并用窗户所在地重载下一个观点。 MVC的主要布局为下一种观点处理守法问题。 当我通过点击功能的每一点或当我做一些警示箱脱胎时(此时此刻“一米”) 我没有闪电。

这是处理点击功能:

var theTileId = $("#" + divId).attr("data-tile-id");

var appName = "Applications > " + $("#" + divId).attr("data-tile-appName"); localStorage.setItem("breadcrumb", appName);

$("#innercontainer").fadeOut(250, function () { window.location.href = @Url.Action("Application360", "Larry")?an= + appName; });

而这是所有观点的主要布局:

        $(document).ready(function () {
        $("#innercontainer").animate({ opacity:  0  }, 0, function () {
            $("#innercontainer").delay(400).animate({ opacity:  1  }, { duration:  slow , easing:  swing  });
        });
    });

任何关于可能发生什么的想法? 我很抱歉,不要放置黑手党,但这个 app子很少,被认为是敏感的(你们知道,通常)。 如果真的有必要,我可以试图在稍后的时候 whi。 对于原型来说,这并非是多余的,而是把它看上去是顺畅的。 感谢!

问题回答

我有同样的问题,我的解决办法是强迫它使用 j。 同位素为乙烷提供了3种选择:最佳可得技术、 c和 j。 之后,你就表示歉意。 See here,详见下文。

注:任何新增的.合物,都可能造成 flash蒸,因为它将两次呼吸。





相关问题
WebForms and ASP.NET MVC co-existence

I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...

Post back complex object from client side

I m using ASP.NET MVC and Entity Framework. I m going to pass a complex entity to the client side and allow the user to modify it, and post it back to the controller. But I don t know how to do that ...

Create an incremental placeholder in NHaml

What I want to reach is a way to add a script and style placeholder in my master. They will include my initial site.css and jquery.js files. Each haml page or partial can then add their own required ...

asp.net mvc automapper parsing

let s say we have something like this public class Person { public string Name {get; set;} public Country Country {get; set;} } public class PersonViewModel { public Person Person {get; ...

structureMap mocks stub help

I have an BLL that does validation on user input then inserts a parent(PorEO) and then inserts children(PorBoxEO). So there are two calls to the same InsertJCDC. One like this=>InsertJCDC(fakePor)...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

热门标签