-
Notifications
You must be signed in to change notification settings - Fork 13.4k
fix(slides): add effect plugins for swiper #16616
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
Conversation
Can you run |
Tested and working, however, it is necessary to generate the |
Status? |
Sorry, is this waiting for something on my end? I rebuilt and committed a few weeks ago. I can do it again if needed. |
Fade effect still not working |
hey @manucorporat We're out of beta and it wasn't inserted, why? :( ping to @brandyscarney |
@brandyscarney I noticed we already have swiper as a dependency on our Do we need this additional swiper.js file? |
@liamdebeasi @brandyscarney Interesting, there seems to be a load by the package and its bundle separates into folder. It makes no sense this double load. Remember that you have a new version: |
Yeah that's interesting. I think it may be fine for now. What do you think @brandyscarney? Re: the new swiper version-- I think this should be a separate PR, but worth looking into! |
Hi there, After some discussion with the team, we have decided to go a different route with the swiper animation plugins. Instead of adding the additional animations directly into the framework, we have decided to expose the event handlers that swiper provides. This has a few benefits:
I have created a PR for this here: #17959 which will be merged instead of this PR. Any feedback on this PR would be greatly appreciated! Thank you very much for your contributions here, we really appreciate it! You will be added as a co-contributor to #17959. Thanks! |
I'm going to close this, please refer to Liam's comment above as to why. If anyone has feedback please add it on the Pull Request he linked to, thank you! |
fixes #16616 Co-Authored-By: CFT-Chris <mail@chrislo.ca>
…m#17959) fixes ionic-team#16616 Co-Authored-By: CFT-Chris <mail@chrislo.ca>
Short description of what this resolves:
Missing Coverflow, Cube, Fade and Flip swiper effects for
ion-slides
Changes proposed in this pull request:
Ionic Version: 4.0.0-beta.17
Fixes: #15857