zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

ionicMaterialInk.displayEffect() : use options.selector when defined #220

Open blavenie opened 7 years ago

blavenie commented 7 years ago

DESCRIPTION

Be able to display ink effectes on a selection of element

When using ionicMaterialInk.displayEffect on controller, some .ink elements are update more than once. This is not well optimized, specially when using list with inked items.

EXPECTED

If not undefined, options.selector is used to select inked elements.