Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

support targetSelector property #33

Open
sh-chun74 opened this issue Apr 4, 2022 · 2 comments
Open

support targetSelector property #33

sh-chun74 opened this issue Apr 4, 2022 · 2 comments
Labels

Comments

@sh-chun74
Copy link

Description

  • Change the target-selector in the target-class method.

Steps to check or reproduce

AS-IS

// Create eg.Visible instance
var visible = new eg.Visible(document,{
    targetClass : "card",
    expandSize : 0
});

�TO-BE

// Create eg.Visible instance
var visible = new eg.Visible(document,{
    targetSelector : ".card",
    expandSize : 0
});
@qpitlove
Copy link

@daybrush
When are you planning to release this feature?

@daybrush
Copy link
Member

@qpitlove @SeokHwanChun

visible 2.4.0 is released. targetSelector is added.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants