This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Why does tile-cascade depend on divs? #14
Labels
Comments
That is the way it is currently implemented but it can definitely be made more general. Please feel free to submit a PR :) |
It probably won't work if a custom element extends "div" I suppose. |
This is quite confusing -- the fix isn't clear to me, but the current state should be clearly documented. Currently, it seems that the transitions themselves don't have doc comments, and aren't showing up in our API docs ... |
I second that. 👍 /cc @arthurevans @morethanreal |
This was referenced Dec 26, 2014
Also, please document tile-cascade and list-cascade, and how are they different from cascade-transition and from each-other. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems to me that tile-cascade transition only works on children of
core-animated-pages
when they arediv
tags. Is that correct? If so, why can I not use this on custom elements?The text was updated successfully, but these errors were encountered: