-
Notifications
You must be signed in to change notification settings - Fork 10
few bugs i found using angular 7 #16
Copy link
Copy link
Open
Description
harellevy
opened on Jan 9, 2019
Issue body actions
- next and prev buttons should be outside of overflow:hidden (in some design, these buttons are not on top of the carousel carousel )
- same for dots, should be able to place them wherever i want
- with swipe it clicks on the link of the element i dragged (if it has (click) attribute or ), i should be able to disable link click on carousel swipe event change.
- on next, prev clicks there's no animation of sliding, i tried using css to animate the left attributes (transition: left .3s) which changes but it makes unwanted delay effect on swipe.
- on swipe stops at the last item at the right side of the page, using next you can go until the last item is on the right side of the page. should be always that the last item in the right side of the page. (as the swipe limit).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels