# September 11, 2019

# TAP Site

  • fun animations, having major troubles with mouse events and intervals...
  • realized the normal page size for a Prismic predicate is 20, so went through and made sure page sizes were big enough.
const works = await api.query(
  Prismic.Predicates.at('document.type', 'work'), { orderings: '[my.work.date desc]', pageSize: 100 }
)
1
2
3

# More TAP Site

# Helped H with some scroll based animation starting with lottie. Hairy, but I think we pulled it off with

https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect

# Big TAP meeting to discuss final needs

# NST code patch

  • hard to duplicate, so we'll see.
Last Updated: 9/16/2019, 1:14:40 PM