feat(slides): add option for paginationBulletRender

Closes #10002
This commit is contained in:
Mike Hartington
2017-01-13 10:20:56 -05:00
committed by Adam Bradley
parent 14839b66b7
commit 21667c61ac
4 changed files with 14 additions and 3 deletions

View File

@ -261,6 +261,10 @@ export class Slides extends Ion {
}
private _paginationType = 'bullets';
/** @private */
paginationBulletRender: (index?: number, cssClass?: string) => void = null;
/**
* @input {boolean} Enable, if you want to use "parallaxed" elements inside of
* slider. Default: `false`.