-
```
It would be nice to be able to do something like this:
base2.use("DOM");
base2.use("DOM.extras.scrollIntoView");
base2.use("JSB");
Dojo allows lazy loading like this. It's a very cool feature.
…
-
The Activity Finder block/paragraph might be placed under the full screen banner content which makes scrolling to the very top of the page not convenient for users - https://github.com/ymcatwincities/…
-
Hey there thank you for this quite easy-to-use library!
I was wondering though how I could implement navigation with links to a slide.
The intuitive approach of jumping to an anchor with both html an…
-
```
It would be nice to be able to do something like this:
base2.use("DOM");
base2.use("DOM.extras.scrollIntoView");
base2.use("JSB");
Dojo allows lazy loading like this. It's a very cool feature.
…
-
看了下你的源代码,感觉在图片大小尺寸处理上这种做法不太优雅:通过加一个父节点通过父节点去控制图片的显示大小,这种做法有两个缺点
* 一是这样呈现的图片大小并不是真正的图片大小,多多少少都会与真实的图片大小有差。
* 二是代码结构并不太好,不适合用于真正的生产环境,如果在项目中使用你的这个解决方法,还需要在图片结果上按照你的去做修改,开发者可能使用体验上不好,就个人而言,希望可以只需要引…
-
When linking to a class or function definition the navbar hides the definition. If watching closely, the page loads with the navbar covering the definition, then it scrolls to the proper location in …
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…
-
🐞 **Problem**
On opening first-contributions page automatically slides to bottom of page.
🎯 **Goal**
Page should remain on top instead of bottom.
💡 **Possible solutions**
Maybe some CSS or java…
-
When adding a new line at the end of the pad, the cursor goes down, but the scroll does not follow it, leaving the cursor not visible.
Note: ScrollIntoView the cursor might be part of the solution …
-
Safari now supports `scroll-behavior: smooth` in CSS, but not `elem.scrollIntoView({ behavior: 'smooth' })`, causing this polfyfill to incorrectly not be applied.
I'm not sure of a feature check yo…