Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,我已经建立了一个站点,我正在使用同位素进行一些很酷的转换,基于过滤器选项。
但是,由于同位素在整个页面加载后加载,而不是在 DOM 准备就绪时加载,我无法使用随机显示功能,因为我的数字在编码时显示半秒,并且在页面有点刷新和显示之后我的数字随机。
这是不可接受的。所以,我搜索了一些用于 HTML 元素的 random-displayers,但不幸的是,没有任何东西足够有用。
有什么想法吗?
在加载同位素之前,您必须隐藏内容。直到同位素准备好就visibility: hidden足够了。在此加载期间显示一些进度指示器。
visibility: hidden