The next step for me to have a grasp is responsive design and using anchor points in Edge.
![]() |
| http://poppyspend.britishlegion.org.uk/ |
![]() |
| www.cyclemon.com |
A feature that I would like to include in my web-game is using anchor points. The two websites images above both use parallax scrolling with the added feature of using anchor points. By clicking the image displayed on the page, it scrolls down page by page.
I have done a simple exercise on Edge about anchor points. I discovered a tutorial on Youtube, the spoken language was in Thai though so that was a bit hard to fully grasp of what I'm trying to learn. As long as I have a gist of it. When I click on button 2 on the 'navbar' above, it scrolls down to the red line, which is the labeled anchor point for button 2.
Will look more into Edge.


Script to fix object :
ReplyDeletesym.$("body").append(sym.$("object that you want to fix").css({"position":"fixed"}));