Skip to content

Callback on adjustFocus() ended #53

@RusinovAnton

Description

@RusinovAnton

Hi, its sad to see when such good project is being forgotten by its maintainer.
However, I'm a believer :)

I want to cloak my image before it adjustment on window load, and for this I need a callback to remove '.loading' class, for example. At this point I'm using next solution

.focuspoint {
  img {
    opacity: 0;
    transition: opacity .3s;
  }

  img[style] {
    opacity: 1;
  }
}

But it seems to be not the best.
I'll add PR on this later. Hope you'll notice it. Bye :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions