Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Robbdit

Members
  • Joined

  • Last visited

Everything posted by Robbdit

  1. A website like http://wttr.in/ is optimised for low end GUI output like a curl request on the command line. However, is there a GitHub project anybody can recommend that will automatically mirror normal site content onto e.g. a sub-domain (to avoid maintaining two sites) in ASCII like format for curl access ?
  2. Further, if commenting out the animation code on ".outer" you'll notice that the two circles will orient their two respective open ends toward each other, thank to the "-0.50turn" transform property in ".inner". I would like to have this as the very first frame, only adjusted vertically (zero degrees), before the animation begins, how would I achieve this please ?
  3. Can anybody tell me why the animation will not reverse if the two time parameters are identical for both clockwise and counter-clockwise please ? specifically: animation: rotate 1.5s infinite linear; <div class="outer"> <div class="inner"> </div> </div> .outer { width: 200px; height: 200px; display: inline-flex; justify-content: center; align-items: center; border-radius: 700px; border: 30px solid white; border-bottom: 30px solid transparent; border-right: 30px solid transparent; animation: rotate 1.5s infinite linear; } .inner { width: 100px; height: 100px; display: block; border-radius: 700px; opacity: 0.7; border: 25px solid white; border-bottom: 25px solid transparent; border-right: 25px solid transparent; transform: rotate(-0.50turn); animation: rotate 0.5s infinite linear; animation-direction: reverse; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } I have to set them one second apart for the animation to work, otherwise the inner circle will just keep rotating clockwise ?!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.