Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace transition with css animation #903

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Commits on Jun 12, 2021

  1. Replace transition with css animation

    This would solve a problem that can happen, especially if the images already have a transition effect applied. With animation the style is applied in a specific time frame without interfering with the css style. 
    
    it's a small modification I know, but it can make everything more beautiful (or less glitchy). Thanks for your script it's very useful to me!
    erikyo committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    ea3133d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    small changes to meet the standard and a fix
    - missing opacity: 1 on the background while the image is loading 
    - replaced spaces with tabs 
    - restored the original value of .3s for the animation (personally I prefer .1s though)
    erikyo committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    2a8526d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Updated fade-in effect with css filter (opacity)

    this way there is even less chance of flickering for images to which opacity has been applied
    erikyo committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    41c0c0d View commit details
    Browse the repository at this point in the history