scrollreveal.js 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546
  1. /*! @license ScrollReveal v4.0.5
  2. Copyright 2018 Fisssion LLC.
  3. Licensed under the GNU General Public License 3.0 for
  4. compatible open source projects and non-commercial use.
  5. For commercial sites, themes, projects, and applications,
  6. keep your source code private/proprietary by purchasing
  7. a commercial license from https://scrollrevealjs.org/
  8. */
  9. (function (global, factory) {
  10. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  11. typeof define === 'function' && define.amd ? define(factory) :
  12. (global.ScrollReveal = factory());
  13. }(this, (function () { 'use strict';
  14. var defaults = {
  15. delay: 0,
  16. distance: '0',
  17. duration: 600,
  18. easing: 'cubic-bezier(0.5, 0, 0, 1)',
  19. interval: 0,
  20. opacity: 0,
  21. origin: 'bottom',
  22. rotate: {
  23. x: 0,
  24. y: 0,
  25. z: 0
  26. },
  27. scale: 1,
  28. cleanup: false,
  29. container: document.documentElement,
  30. desktop: true,
  31. mobile: true,
  32. reset: false,
  33. useDelay: 'always',
  34. viewFactor: 0.0,
  35. viewOffset: {
  36. top: 0,
  37. right: 0,
  38. bottom: 0,
  39. left: 0
  40. },
  41. afterReset: function afterReset() {},
  42. afterReveal: function afterReveal() {},
  43. beforeReset: function beforeReset() {},
  44. beforeReveal: function beforeReveal() {}
  45. }
  46. function failure() {
  47. document.documentElement.classList.remove('sr');
  48. return {
  49. clean: function clean() {},
  50. destroy: function destroy() {},
  51. reveal: function reveal() {},
  52. sync: function sync() {},
  53. get noop() {
  54. return true
  55. }
  56. }
  57. }
  58. function success() {
  59. document.documentElement.classList.add('sr');
  60. if (document.body) {
  61. document.body.style.height = '100%';
  62. } else {
  63. document.addEventListener('DOMContentLoaded', function () {
  64. document.body.style.height = '100%';
  65. });
  66. }
  67. }
  68. var mount = { success: success, failure: failure }
  69. /*! @license is-dom-node v1.0.4
  70. Copyright 2018 Fisssion LLC.
  71. Permission is hereby granted, free of charge, to any person obtaining a copy
  72. of this software and associated documentation files (the "Software"), to deal
  73. in the Software without restriction, including without limitation the rights
  74. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  75. copies of the Software, and to permit persons to whom the Software is
  76. furnished to do so, subject to the following conditions:
  77. The above copyright notice and this permission notice shall be included in all
  78. copies or substantial portions of the Software.
  79. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  80. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  81. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  82. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  83. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  84. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  85. SOFTWARE.
  86. */
  87. function isDomNode(x) {
  88. return typeof window.Node === 'object'
  89. ? x instanceof window.Node
  90. : x !== null &&
  91. typeof x === 'object' &&
  92. typeof x.nodeType === 'number' &&
  93. typeof x.nodeName === 'string'
  94. }
  95. /*! @license is-dom-node-list v1.2.1
  96. Copyright 2018 Fisssion LLC.
  97. Permission is hereby granted, free of charge, to any person obtaining a copy
  98. of this software and associated documentation files (the "Software"), to deal
  99. in the Software without restriction, including without limitation the rights
  100. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  101. copies of the Software, and to permit persons to whom the Software is
  102. furnished to do so, subject to the following conditions:
  103. The above copyright notice and this permission notice shall be included in all
  104. copies or substantial portions of the Software.
  105. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  106. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  107. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  108. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  109. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  110. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  111. SOFTWARE.
  112. */
  113. function isDomNodeList(x) {
  114. var prototypeToString = Object.prototype.toString.call(x);
  115. var regex = /^\[object (HTMLCollection|NodeList|Object)\]$/;
  116. return typeof window.NodeList === 'object'
  117. ? x instanceof window.NodeList
  118. : x !== null &&
  119. typeof x === 'object' &&
  120. typeof x.length === 'number' &&
  121. regex.test(prototypeToString) &&
  122. (x.length === 0 || isDomNode(x[0]))
  123. }
  124. /*! @license Tealight v0.3.6
  125. Copyright 2018 Fisssion LLC.
  126. Permission is hereby granted, free of charge, to any person obtaining a copy
  127. of this software and associated documentation files (the "Software"), to deal
  128. in the Software without restriction, including without limitation the rights
  129. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  130. copies of the Software, and to permit persons to whom the Software is
  131. furnished to do so, subject to the following conditions:
  132. The above copyright notice and this permission notice shall be included in all
  133. copies or substantial portions of the Software.
  134. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  135. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  136. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  137. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  138. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  139. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  140. SOFTWARE.
  141. */
  142. function tealight(target, context) {
  143. if ( context === void 0 ) { context = document; }
  144. if (target instanceof Array) { return target.filter(isDomNode); }
  145. if (isDomNode(target)) { return [target]; }
  146. if (isDomNodeList(target)) { return Array.prototype.slice.call(target); }
  147. if (typeof target === "string") {
  148. try {
  149. var query = context.querySelectorAll(target);
  150. return Array.prototype.slice.call(query);
  151. } catch (err) {
  152. return [];
  153. }
  154. }
  155. return [];
  156. }
  157. function isObject(x) {
  158. return (
  159. x !== null &&
  160. x instanceof Object &&
  161. (x.constructor === Object ||
  162. Object.prototype.toString.call(x) === '[object Object]')
  163. )
  164. }
  165. function each(collection, callback) {
  166. if (isObject(collection)) {
  167. var keys = Object.keys(collection);
  168. return keys.forEach(function (key) { return callback(collection[key], key, collection); })
  169. }
  170. if (collection instanceof Array) {
  171. return collection.forEach(function (item, i) { return callback(item, i, collection); })
  172. }
  173. throw new TypeError('Expected either an array or object literal.')
  174. }
  175. function logger(message) {
  176. var details = [], len = arguments.length - 1;
  177. while ( len-- > 0 ) details[ len ] = arguments[ len + 1 ];
  178. if (this.constructor.debug && console) {
  179. var report = "%cScrollReveal: " + message;
  180. details.forEach(function (detail) { return (report += "\n — " + detail); });
  181. console.log(report, 'color: #ea654b;'); // eslint-disable-line no-console
  182. }
  183. }
  184. function rinse() {
  185. var this$1 = this;
  186. var struct = function () { return ({
  187. active: [],
  188. stale: []
  189. }); };
  190. var elementIds = struct();
  191. var sequenceIds = struct();
  192. var containerIds = struct();
  193. /**
  194. * Take stock of active element IDs.
  195. */
  196. try {
  197. each(tealight('[data-sr-id]'), function (node) {
  198. var id = parseInt(node.getAttribute('data-sr-id'));
  199. elementIds.active.push(id);
  200. });
  201. } catch (e) {
  202. throw e
  203. }
  204. /**
  205. * Destroy stale elements.
  206. */
  207. each(this.store.elements, function (element) {
  208. if (elementIds.active.indexOf(element.id) === -1) {
  209. elementIds.stale.push(element.id);
  210. }
  211. });
  212. each(elementIds.stale, function (staleId) { return delete this$1.store.elements[staleId]; });
  213. /**
  214. * Take stock of active container and sequence IDs.
  215. */
  216. each(this.store.elements, function (element) {
  217. if (containerIds.active.indexOf(element.containerId) === -1) {
  218. containerIds.active.push(element.containerId);
  219. }
  220. if (element.hasOwnProperty('sequence')) {
  221. if (sequenceIds.active.indexOf(element.sequence.id) === -1) {
  222. sequenceIds.active.push(element.sequence.id);
  223. }
  224. }
  225. });
  226. /**
  227. * Destroy stale containers.
  228. */
  229. each(this.store.containers, function (container) {
  230. if (containerIds.active.indexOf(container.id) === -1) {
  231. containerIds.stale.push(container.id);
  232. }
  233. });
  234. each(containerIds.stale, function (staleId) {
  235. var stale = this$1.store.containers[staleId].node;
  236. stale.removeEventListener('scroll', this$1.delegate);
  237. stale.removeEventListener('resize', this$1.delegate);
  238. delete this$1.store.containers[staleId];
  239. });
  240. /**
  241. * Destroy stale sequences.
  242. */
  243. each(this.store.sequences, function (sequence) {
  244. if (sequenceIds.active.indexOf(sequence.id) === -1) {
  245. sequenceIds.stale.push(sequence.id);
  246. }
  247. });
  248. each(sequenceIds.stale, function (staleId) { return delete this$1.store.sequences[staleId]; });
  249. }
  250. function clean(target) {
  251. var this$1 = this;
  252. var dirty;
  253. try {
  254. each(tealight(target), function (node) {
  255. var id = node.getAttribute('data-sr-id');
  256. if (id !== null) {
  257. dirty = true;
  258. var element = this$1.store.elements[id];
  259. if (element.callbackTimer) {
  260. window.clearTimeout(element.callbackTimer.clock);
  261. }
  262. node.setAttribute('style', element.styles.inline.generated);
  263. node.removeAttribute('data-sr-id');
  264. delete this$1.store.elements[id];
  265. }
  266. });
  267. } catch (e) {
  268. return logger.call(this, 'Clean failed.', e.message)
  269. }
  270. if (dirty) {
  271. try {
  272. rinse.call(this);
  273. } catch (e) {
  274. return logger.call(this, 'Clean failed.', e.message)
  275. }
  276. }
  277. }
  278. function destroy() {
  279. var this$1 = this;
  280. /**
  281. * Remove all generated styles and element ids
  282. */
  283. each(this.store.elements, function (element) {
  284. element.node.setAttribute('style', element.styles.inline.generated);
  285. element.node.removeAttribute('data-sr-id');
  286. });
  287. /**
  288. * Remove all event listeners.
  289. */
  290. each(this.store.containers, function (container) {
  291. var target =
  292. container.node === document.documentElement ? window : container.node;
  293. target.removeEventListener('scroll', this$1.delegate);
  294. target.removeEventListener('resize', this$1.delegate);
  295. });
  296. /**
  297. * Clear all data from the store
  298. */
  299. this.store = {
  300. containers: {},
  301. elements: {},
  302. history: [],
  303. sequences: {}
  304. };
  305. }
  306. /*! @license Rematrix v0.3.0
  307. Copyright 2018 Julian Lloyd.
  308. Permission is hereby granted, free of charge, to any person obtaining a copy
  309. of this software and associated documentation files (the "Software"), to deal
  310. in the Software without restriction, including without limitation the rights
  311. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  312. copies of the Software, and to permit persons to whom the Software is
  313. furnished to do so, subject to the following conditions:
  314. The above copyright notice and this permission notice shall be included in
  315. all copies or substantial portions of the Software.
  316. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  317. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  318. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  319. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  320. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  321. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  322. THE SOFTWARE.
  323. */
  324. /**
  325. * @module Rematrix
  326. */
  327. /**
  328. * Transformation matrices in the browser come in two flavors:
  329. *
  330. * - `matrix` using 6 values (short)
  331. * - `matrix3d` using 16 values (long)
  332. *
  333. * This utility follows this [conversion guide](https://goo.gl/EJlUQ1)
  334. * to expand short form matrices to their equivalent long form.
  335. *
  336. * @param {array} source - Accepts both short and long form matrices.
  337. * @return {array}
  338. */
  339. function format(source) {
  340. if (source.constructor !== Array) {
  341. throw new TypeError('Expected array.')
  342. }
  343. if (source.length === 16) {
  344. return source
  345. }
  346. if (source.length === 6) {
  347. var matrix = identity();
  348. matrix[0] = source[0];
  349. matrix[1] = source[1];
  350. matrix[4] = source[2];
  351. matrix[5] = source[3];
  352. matrix[12] = source[4];
  353. matrix[13] = source[5];
  354. return matrix
  355. }
  356. throw new RangeError('Expected array with either 6 or 16 values.')
  357. }
  358. /**
  359. * Returns a matrix representing no transformation. The product of any matrix
  360. * multiplied by the identity matrix will be the original matrix.
  361. *
  362. * > **Tip:** Similar to how `5 * 1 === 5`, where `1` is the identity.
  363. *
  364. * @return {array}
  365. */
  366. function identity() {
  367. var matrix = [];
  368. for (var i = 0; i < 16; i++) {
  369. i % 5 == 0 ? matrix.push(1) : matrix.push(0);
  370. }
  371. return matrix
  372. }
  373. /**
  374. * Returns a 4x4 matrix describing the combined transformations
  375. * of both arguments.
  376. *
  377. * > **Note:** Order is very important. For example, rotating 45°
  378. * along the Z-axis, followed by translating 500 pixels along the
  379. * Y-axis... is not the same as translating 500 pixels along the
  380. * Y-axis, followed by rotating 45° along on the Z-axis.
  381. *
  382. * @param {array} m - Accepts both short and long form matrices.
  383. * @param {array} x - Accepts both short and long form matrices.
  384. * @return {array}
  385. */
  386. function multiply(m, x) {
  387. var fm = format(m);
  388. var fx = format(x);
  389. var product = [];
  390. for (var i = 0; i < 4; i++) {
  391. var row = [fm[i], fm[i + 4], fm[i + 8], fm[i + 12]];
  392. for (var j = 0; j < 4; j++) {
  393. var k = j * 4;
  394. var col = [fx[k], fx[k + 1], fx[k + 2], fx[k + 3]];
  395. var result =
  396. row[0] * col[0] + row[1] * col[1] + row[2] * col[2] + row[3] * col[3];
  397. product[i + k] = result;
  398. }
  399. }
  400. return product
  401. }
  402. /**
  403. * Attempts to return a 4x4 matrix describing the CSS transform
  404. * matrix passed in, but will return the identity matrix as a
  405. * fallback.
  406. *
  407. * > **Tip:** This method is used to convert a CSS matrix (retrieved as a
  408. * `string` from computed styles) to its equivalent array format.
  409. *
  410. * @param {string} source - `matrix` or `matrix3d` CSS Transform value.
  411. * @return {array}
  412. */
  413. function parse(source) {
  414. if (typeof source === 'string') {
  415. var match = source.match(/matrix(3d)?\(([^)]+)\)/);
  416. if (match) {
  417. var raw = match[2].split(', ').map(parseFloat);
  418. return format(raw)
  419. }
  420. }
  421. return identity()
  422. }
  423. /**
  424. * Returns a 4x4 matrix describing X-axis rotation.
  425. *
  426. * @param {number} angle - Measured in degrees.
  427. * @return {array}
  428. */
  429. function rotateX(angle) {
  430. var theta = Math.PI / 180 * angle;
  431. var matrix = identity();
  432. matrix[5] = matrix[10] = Math.cos(theta);
  433. matrix[6] = matrix[9] = Math.sin(theta);
  434. matrix[9] *= -1;
  435. return matrix
  436. }
  437. /**
  438. * Returns a 4x4 matrix describing Y-axis rotation.
  439. *
  440. * @param {number} angle - Measured in degrees.
  441. * @return {array}
  442. */
  443. function rotateY(angle) {
  444. var theta = Math.PI / 180 * angle;
  445. var matrix = identity();
  446. matrix[0] = matrix[10] = Math.cos(theta);
  447. matrix[2] = matrix[8] = Math.sin(theta);
  448. matrix[2] *= -1;
  449. return matrix
  450. }
  451. /**
  452. * Returns a 4x4 matrix describing Z-axis rotation.
  453. *
  454. * @param {number} angle - Measured in degrees.
  455. * @return {array}
  456. */
  457. function rotateZ(angle) {
  458. var theta = Math.PI / 180 * angle;
  459. var matrix = identity();
  460. matrix[0] = matrix[5] = Math.cos(theta);
  461. matrix[1] = matrix[4] = Math.sin(theta);
  462. matrix[4] *= -1;
  463. return matrix
  464. }
  465. /**
  466. * Returns a 4x4 matrix describing 2D scaling. The first argument
  467. * is used for both X and Y-axis scaling, unless an optional
  468. * second argument is provided to explicitly define Y-axis scaling.
  469. *
  470. * @param {number} scalar - Decimal multiplier.
  471. * @param {number} [scalarY] - Decimal multiplier.
  472. * @return {array}
  473. */
  474. function scale(scalar, scalarY) {
  475. var matrix = identity();
  476. matrix[0] = scalar;
  477. matrix[5] = typeof scalarY === 'number' ? scalarY : scalar;
  478. return matrix
  479. }
  480. /**
  481. * Returns a 4x4 matrix describing X-axis translation.
  482. *
  483. * @param {number} distance - Measured in pixels.
  484. * @return {array}
  485. */
  486. function translateX(distance) {
  487. var matrix = identity();
  488. matrix[12] = distance;
  489. return matrix
  490. }
  491. /**
  492. * Returns a 4x4 matrix describing Y-axis translation.
  493. *
  494. * @param {number} distance - Measured in pixels.
  495. * @return {array}
  496. */
  497. function translateY(distance) {
  498. var matrix = identity();
  499. matrix[13] = distance;
  500. return matrix
  501. }
  502. var getPrefixedCssProp = (function () {
  503. var properties = {};
  504. var style = document.documentElement.style;
  505. function getPrefixedCssProperty(name, source) {
  506. if ( source === void 0 ) source = style;
  507. if (name && typeof name === 'string') {
  508. if (properties[name]) {
  509. return properties[name]
  510. }
  511. if (typeof source[name] === 'string') {
  512. return (properties[name] = name)
  513. }
  514. if (typeof source[("-webkit-" + name)] === 'string') {
  515. return (properties[name] = "-webkit-" + name)
  516. }
  517. throw new RangeError(("Unable to find \"" + name + "\" style property."))
  518. }
  519. throw new TypeError('Expected a string.')
  520. }
  521. getPrefixedCssProperty.clearCache = function () { return (properties = {}); };
  522. return getPrefixedCssProperty
  523. })();
  524. function style(element) {
  525. var computed = window.getComputedStyle(element.node);
  526. var position = computed.position;
  527. var config = element.config;
  528. /**
  529. * Generate inline styles
  530. */
  531. var inline = {};
  532. var inlineStyle = element.node.getAttribute('style') || '';
  533. var inlineMatch = inlineStyle.match(/[\w-]+\s*:\s*[^;]+\s*/gi) || [];
  534. inline.computed = inlineMatch ? inlineMatch.map(function (m) { return m.trim(); }).join('; ') + ';' : '';
  535. inline.generated = inlineMatch.some(function (m) { return m.match(/visibility\s?:\s?visible/i); })
  536. ? inline.computed
  537. : inlineMatch.concat( ['visibility: visible']).map(function (m) { return m.trim(); }).join('; ') + ';';
  538. /**
  539. * Generate opacity styles
  540. */
  541. var computedOpacity = parseFloat(computed.opacity);
  542. var configOpacity = !isNaN(parseFloat(config.opacity))
  543. ? parseFloat(config.opacity)
  544. : parseFloat(computed.opacity);
  545. var opacity = {
  546. computed: computedOpacity !== configOpacity ? ("opacity: " + computedOpacity + ";") : '',
  547. generated: computedOpacity !== configOpacity ? ("opacity: " + configOpacity + ";") : ''
  548. };
  549. /**
  550. * Generate transformation styles
  551. */
  552. var transformations = [];
  553. if (parseFloat(config.distance)) {
  554. var axis = config.origin === 'top' || config.origin === 'bottom' ? 'Y' : 'X';
  555. /**
  556. * Let’s make sure our our pixel distances are negative for top and left.
  557. * e.g. { origin: 'top', distance: '25px' } starts at `top: -25px` in CSS.
  558. */
  559. var distance = config.distance;
  560. if (config.origin === 'top' || config.origin === 'left') {
  561. distance = /^-/.test(distance) ? distance.substr(1) : ("-" + distance);
  562. }
  563. var ref = distance.match(/(^-?\d+\.?\d?)|(em$|px$|%$)/g);
  564. var value = ref[0];
  565. var unit = ref[1];
  566. switch (unit) {
  567. case 'em':
  568. distance = parseInt(computed.fontSize) * value;
  569. break
  570. case 'px':
  571. distance = value;
  572. break
  573. case '%':
  574. /**
  575. * Here we use `getBoundingClientRect` instead of
  576. * the existing data attached to `element.geometry`
  577. * because only the former includes any transformations
  578. * current applied to the element.
  579. *
  580. * If that behavior ends up being unintuitive, this
  581. * logic could instead utilize `element.geometry.height`
  582. * and `element.geoemetry.width` for the distaince calculation
  583. */
  584. distance =
  585. axis === 'Y'
  586. ? element.node.getBoundingClientRect().height * value / 100
  587. : element.node.getBoundingClientRect().width * value / 100;
  588. break
  589. default:
  590. throw new RangeError('Unrecognized or missing distance unit.')
  591. }
  592. if (axis === 'Y') {
  593. transformations.push(translateY(distance));
  594. } else {
  595. transformations.push(translateX(distance));
  596. }
  597. }
  598. if (config.rotate.x) { transformations.push(rotateX(config.rotate.x)); }
  599. if (config.rotate.y) { transformations.push(rotateY(config.rotate.y)); }
  600. if (config.rotate.z) { transformations.push(rotateZ(config.rotate.z)); }
  601. if (config.scale !== 1) {
  602. if (config.scale === 0) {
  603. /**
  604. * The CSS Transforms matrix interpolation specification
  605. * basically disallows transitions of non-invertible
  606. * matrixes, which means browsers won't transition
  607. * elements with zero scale.
  608. *
  609. * That’s inconvenient for the API and developer
  610. * experience, so we simply nudge their value
  611. * slightly above zero; this allows browsers
  612. * to transition our element as expected.
  613. *
  614. * `0.0002` was the smallest number
  615. * that performed across browsers.
  616. */
  617. transformations.push(scale(0.0002));
  618. } else {
  619. transformations.push(scale(config.scale));
  620. }
  621. }
  622. var transform = {};
  623. if (transformations.length) {
  624. transform.property = getPrefixedCssProp('transform');
  625. /**
  626. * The default computed transform value should be one of:
  627. * undefined || 'none' || 'matrix()' || 'matrix3d()'
  628. */
  629. transform.computed = {
  630. raw: computed[transform.property],
  631. matrix: parse(computed[transform.property])
  632. };
  633. transformations.unshift(transform.computed.matrix);
  634. var product = transformations.reduce(multiply);
  635. transform.generated = {
  636. initial: ((transform.property) + ": matrix3d(" + (product.join(', ')) + ");"),
  637. final: ((transform.property) + ": matrix3d(" + (transform.computed.matrix.join(
  638. ', '
  639. )) + ");")
  640. };
  641. } else {
  642. transform.generated = {
  643. initial: '',
  644. final: ''
  645. };
  646. }
  647. /**
  648. * Generate transition styles
  649. */
  650. var transition = {};
  651. if (opacity.generated || transform.generated.initial) {
  652. transition.property = getPrefixedCssProp('transition');
  653. transition.computed = computed[transition.property];
  654. transition.fragments = [];
  655. var delay = config.delay;
  656. var duration = config.duration;
  657. var easing = config.easing;
  658. if (opacity.generated) {
  659. transition.fragments.push({
  660. delayed: ("opacity " + (duration / 1000) + "s " + easing + " " + (delay / 1000) + "s"),
  661. instant: ("opacity " + (duration / 1000) + "s " + easing + " 0s")
  662. });
  663. }
  664. if (transform.generated.initial) {
  665. transition.fragments.push({
  666. delayed: ((transform.property) + " " + (duration / 1000) + "s " + easing + " " + (delay /
  667. 1000) + "s"),
  668. instant: ((transform.property) + " " + (duration / 1000) + "s " + easing + " 0s")
  669. });
  670. }
  671. /**
  672. * The default computed transition property should be one of:
  673. * undefined || '' || 'all 0s ease 0s' || 'all 0s 0s cubic-bezier()'
  674. */
  675. if (transition.computed && !transition.computed.match(/all 0s/)) {
  676. transition.fragments.unshift({
  677. delayed: transition.computed,
  678. instant: transition.computed
  679. });
  680. }
  681. var composed = transition.fragments.reduce(
  682. function (composition, fragment, i) {
  683. composition.delayed +=
  684. i === 0 ? fragment.delayed : (", " + (fragment.delayed));
  685. composition.instant +=
  686. i === 0 ? fragment.instant : (", " + (fragment.instant));
  687. return composition
  688. },
  689. {
  690. delayed: '',
  691. instant: ''
  692. }
  693. );
  694. transition.generated = {
  695. delayed: ((transition.property) + ": " + (composed.delayed) + ";"),
  696. instant: ((transition.property) + ": " + (composed.instant) + ";")
  697. };
  698. } else {
  699. transition.generated = {
  700. delayed: '',
  701. instant: ''
  702. };
  703. }
  704. return {
  705. inline: inline,
  706. opacity: opacity,
  707. position: position,
  708. transform: transform,
  709. transition: transition
  710. }
  711. }
  712. function animate(element, force) {
  713. if ( force === void 0 ) force = {};
  714. var pristine = force.pristine || this.pristine;
  715. var delayed =
  716. element.config.useDelay === 'always' ||
  717. (element.config.useDelay === 'onload' && pristine) ||
  718. (element.config.useDelay === 'once' && !element.seen);
  719. var shouldReveal = element.visible && !element.revealed;
  720. var shouldReset = !element.visible && element.revealed && element.config.reset;
  721. if (force.reveal || shouldReveal) {
  722. return triggerReveal.call(this, element, delayed)
  723. }
  724. if (force.reset || shouldReset) {
  725. return triggerReset.call(this, element)
  726. }
  727. }
  728. function triggerReveal(element, delayed) {
  729. var styles = [
  730. element.styles.inline.generated,
  731. element.styles.opacity.computed,
  732. element.styles.transform.generated.final
  733. ];
  734. if (delayed) {
  735. styles.push(element.styles.transition.generated.delayed);
  736. } else {
  737. styles.push(element.styles.transition.generated.instant);
  738. }
  739. element.revealed = element.seen = true;
  740. element.node.setAttribute('style', styles.filter(function (s) { return s !== ''; }).join(' '));
  741. registerCallbacks.call(this, element, delayed);
  742. }
  743. function triggerReset(element) {
  744. var styles = [
  745. element.styles.inline.generated,
  746. element.styles.opacity.generated,
  747. element.styles.transform.generated.initial,
  748. element.styles.transition.generated.instant
  749. ];
  750. element.revealed = false;
  751. element.node.setAttribute('style', styles.filter(function (s) { return s !== ''; }).join(' '));
  752. registerCallbacks.call(this, element);
  753. }
  754. function registerCallbacks(element, isDelayed) {
  755. var this$1 = this;
  756. var duration = isDelayed
  757. ? element.config.duration + element.config.delay
  758. : element.config.duration;
  759. var beforeCallback = element.revealed
  760. ? element.config.beforeReveal
  761. : element.config.beforeReset;
  762. var afterCallback = element.revealed
  763. ? element.config.afterReveal
  764. : element.config.afterReset;
  765. var elapsed = 0;
  766. if (element.callbackTimer) {
  767. elapsed = Date.now() - element.callbackTimer.start;
  768. window.clearTimeout(element.callbackTimer.clock);
  769. }
  770. beforeCallback(element.node);
  771. element.callbackTimer = {
  772. start: Date.now(),
  773. clock: window.setTimeout(function () {
  774. afterCallback(element.node);
  775. element.callbackTimer = null;
  776. if (element.revealed && !element.config.reset && element.config.cleanup) {
  777. clean.call(this$1, element.node);
  778. }
  779. }, duration - elapsed)
  780. };
  781. }
  782. var nextUniqueId = (function () {
  783. var uid = 0;
  784. return function () { return uid++; }
  785. })();
  786. function sequence(element, pristine) {
  787. if ( pristine === void 0 ) pristine = this.pristine;
  788. /**
  789. * We first check if the element should reset.
  790. */
  791. if (!element.visible && element.revealed && element.config.reset) {
  792. return animate.call(this, element, { reset: true })
  793. }
  794. var seq = this.store.sequences[element.sequence.id];
  795. var i = element.sequence.index;
  796. if (seq) {
  797. var visible = new SequenceModel(seq, 'visible', this.store);
  798. var revealed = new SequenceModel(seq, 'revealed', this.store);
  799. seq.models = { visible: visible, revealed: revealed };
  800. /**
  801. * If the sequence has no revealed members,
  802. * then we reveal the first visible element
  803. * within that sequence.
  804. *
  805. * The sequence then cues a recursive call
  806. * in both directions.
  807. */
  808. if (!revealed.body.length) {
  809. var nextId = seq.members[visible.body[0]];
  810. var nextElement = this.store.elements[nextId];
  811. if (nextElement) {
  812. cue.call(this, seq, visible.body[0], -1, pristine);
  813. cue.call(this, seq, visible.body[0], +1, pristine);
  814. return animate.call(this, nextElement, { reveal: true, pristine: pristine })
  815. }
  816. }
  817. /**
  818. * If our element isn’t resetting, we check the
  819. * element sequence index against the head, and
  820. * then the foot of the sequence.
  821. */
  822. if (
  823. !seq.blocked.head &&
  824. i === [].concat( revealed.head ).pop() &&
  825. i >= [].concat( visible.body ).shift()
  826. ) {
  827. cue.call(this, seq, i, -1, pristine);
  828. return animate.call(this, element, { reveal: true, pristine: pristine })
  829. }
  830. if (
  831. !seq.blocked.foot &&
  832. i === [].concat( revealed.foot ).shift() &&
  833. i <= [].concat( visible.body ).pop()
  834. ) {
  835. cue.call(this, seq, i, +1, pristine);
  836. return animate.call(this, element, { reveal: true, pristine: pristine })
  837. }
  838. }
  839. }
  840. function Sequence(interval) {
  841. var i = Math.abs(interval);
  842. if (!isNaN(i)) {
  843. this.id = nextUniqueId();
  844. this.interval = Math.max(i, 16);
  845. this.members = [];
  846. this.models = {};
  847. this.blocked = {
  848. head: false,
  849. foot: false
  850. };
  851. } else {
  852. throw new RangeError('Invalid sequence interval.')
  853. }
  854. }
  855. function SequenceModel(seq, prop, store) {
  856. var this$1 = this;
  857. this.head = [];
  858. this.body = [];
  859. this.foot = [];
  860. each(seq.members, function (id, index) {
  861. var element = store.elements[id];
  862. if (element && element[prop]) {
  863. this$1.body.push(index);
  864. }
  865. });
  866. if (this.body.length) {
  867. each(seq.members, function (id, index) {
  868. var element = store.elements[id];
  869. if (element && !element[prop]) {
  870. if (index < this$1.body[0]) {
  871. this$1.head.push(index);
  872. } else {
  873. this$1.foot.push(index);
  874. }
  875. }
  876. });
  877. }
  878. }
  879. function cue(seq, i, direction, pristine) {
  880. var this$1 = this;
  881. var blocked = ['head', null, 'foot'][1 + direction];
  882. var nextId = seq.members[i + direction];
  883. var nextElement = this.store.elements[nextId];
  884. seq.blocked[blocked] = true;
  885. setTimeout(function () {
  886. seq.blocked[blocked] = false;
  887. if (nextElement) {
  888. sequence.call(this$1, nextElement, pristine);
  889. }
  890. }, seq.interval);
  891. }
  892. function initialize() {
  893. var this$1 = this;
  894. rinse.call(this);
  895. each(this.store.elements, function (element) {
  896. var styles = [element.styles.inline.generated];
  897. if (element.visible) {
  898. styles.push(element.styles.opacity.computed);
  899. styles.push(element.styles.transform.generated.final);
  900. element.revealed = true;
  901. } else {
  902. styles.push(element.styles.opacity.generated);
  903. styles.push(element.styles.transform.generated.initial);
  904. element.revealed = false;
  905. }
  906. element.node.setAttribute('style', styles.filter(function (s) { return s !== ''; }).join(' '));
  907. });
  908. each(this.store.containers, function (container) {
  909. var target =
  910. container.node === document.documentElement ? window : container.node;
  911. target.addEventListener('scroll', this$1.delegate);
  912. target.addEventListener('resize', this$1.delegate);
  913. });
  914. /**
  915. * Manually invoke delegate once to capture
  916. * element and container dimensions, container
  917. * scroll position, and trigger any valid reveals
  918. */
  919. this.delegate();
  920. /**
  921. * Wipe any existing `setTimeout` now
  922. * that initialization has completed.
  923. */
  924. this.initTimeout = null;
  925. }
  926. function isMobile(agent) {
  927. if ( agent === void 0 ) agent = navigator.userAgent;
  928. return /Android|iPhone|iPad|iPod/i.test(agent)
  929. }
  930. function deepAssign(target) {
  931. var sources = [], len = arguments.length - 1;
  932. while ( len-- > 0 ) sources[ len ] = arguments[ len + 1 ];
  933. if (isObject(target)) {
  934. each(sources, function (source) {
  935. each(source, function (data, key) {
  936. if (isObject(data)) {
  937. if (!target[key] || !isObject(target[key])) {
  938. target[key] = {};
  939. }
  940. deepAssign(target[key], data);
  941. } else {
  942. target[key] = data;
  943. }
  944. });
  945. });
  946. return target
  947. } else {
  948. throw new TypeError('Target must be an object literal.')
  949. }
  950. }
  951. function reveal(target, options, syncing) {
  952. var this$1 = this;
  953. if ( options === void 0 ) options = {};
  954. if ( syncing === void 0 ) syncing = false;
  955. var containerBuffer = [];
  956. var sequence$$1;
  957. var interval = options.interval || defaults.interval;
  958. try {
  959. if (interval) {
  960. sequence$$1 = new Sequence(interval);
  961. }
  962. var nodes = tealight(target);
  963. if (!nodes.length) {
  964. throw new Error('Invalid reveal target.')
  965. }
  966. var elements = nodes.reduce(function (elementBuffer, elementNode) {
  967. var element = {};
  968. var existingId = elementNode.getAttribute('data-sr-id');
  969. if (existingId) {
  970. deepAssign(element, this$1.store.elements[existingId]);
  971. /**
  972. * In order to prevent previously generated styles
  973. * from throwing off the new styles, the style tag
  974. * has to be reverted to its pre-reveal state.
  975. */
  976. element.node.setAttribute('style', element.styles.inline.computed);
  977. } else {
  978. element.id = nextUniqueId();
  979. element.node = elementNode;
  980. element.seen = false;
  981. element.revealed = false;
  982. element.visible = false;
  983. }
  984. var config = deepAssign({}, element.config || this$1.defaults, options);
  985. if ((!config.mobile && isMobile()) || (!config.desktop && !isMobile())) {
  986. if (existingId) {
  987. clean.call(this$1, element);
  988. }
  989. return elementBuffer // skip elements that are disabled
  990. }
  991. var containerNode = tealight(config.container)[0];
  992. if (!containerNode) {
  993. throw new Error('Invalid container.')
  994. }
  995. if (!containerNode.contains(elementNode)) {
  996. return elementBuffer // skip elements found outside the container
  997. }
  998. var containerId;
  999. {
  1000. containerId = getContainerId(
  1001. containerNode,
  1002. containerBuffer,
  1003. this$1.store.containers
  1004. );
  1005. if (containerId === null) {
  1006. containerId = nextUniqueId();
  1007. containerBuffer.push({ id: containerId, node: containerNode });
  1008. }
  1009. }
  1010. element.config = config;
  1011. element.containerId = containerId;
  1012. element.styles = style(element);
  1013. if (sequence$$1) {
  1014. element.sequence = {
  1015. id: sequence$$1.id,
  1016. index: sequence$$1.members.length
  1017. };
  1018. sequence$$1.members.push(element.id);
  1019. }
  1020. elementBuffer.push(element);
  1021. return elementBuffer
  1022. }, []);
  1023. /**
  1024. * Modifying the DOM via setAttribute needs to be handled
  1025. * separately from reading computed styles in the map above
  1026. * for the browser to batch DOM changes (limiting reflows)
  1027. */
  1028. each(elements, function (element) {
  1029. this$1.store.elements[element.id] = element;
  1030. element.node.setAttribute('data-sr-id', element.id);
  1031. });
  1032. } catch (e) {
  1033. return logger.call(this, 'Reveal failed.', e.message)
  1034. }
  1035. /**
  1036. * Now that element set-up is complete...
  1037. * Let’s commit any container and sequence data we have to the store.
  1038. */
  1039. each(containerBuffer, function (container) {
  1040. this$1.store.containers[container.id] = {
  1041. id: container.id,
  1042. node: container.node
  1043. };
  1044. });
  1045. if (sequence$$1) {
  1046. this.store.sequences[sequence$$1.id] = sequence$$1;
  1047. }
  1048. /**
  1049. * If reveal wasn't invoked by sync, we want to
  1050. * make sure to add this call to the history.
  1051. */
  1052. if (syncing !== true) {
  1053. this.store.history.push({ target: target, options: options });
  1054. /**
  1055. * Push initialization to the event queue, giving
  1056. * multiple reveal calls time to be interpreted.
  1057. */
  1058. if (this.initTimeout) {
  1059. window.clearTimeout(this.initTimeout);
  1060. }
  1061. this.initTimeout = window.setTimeout(initialize.bind(this), 0);
  1062. }
  1063. }
  1064. function getContainerId(node) {
  1065. var collections = [], len = arguments.length - 1;
  1066. while ( len-- > 0 ) collections[ len ] = arguments[ len + 1 ];
  1067. var id = null;
  1068. each(collections, function (collection) {
  1069. each(collection, function (container) {
  1070. if (id === null && container.node === node) {
  1071. id = container.id;
  1072. }
  1073. });
  1074. });
  1075. return id
  1076. }
  1077. /**
  1078. * Re-runs the reveal method for each record stored in history,
  1079. * for capturing new content asynchronously loaded into the DOM.
  1080. */
  1081. function sync() {
  1082. var this$1 = this;
  1083. each(this.store.history, function (record) {
  1084. reveal.call(this$1, record.target, record.options, true);
  1085. });
  1086. initialize.call(this);
  1087. }
  1088. var polyfill = function (x) { return (x > 0) - (x < 0) || +x; };
  1089. var mathSign = Math.sign || polyfill
  1090. /*! @license miniraf v1.0.0
  1091. Copyright 2018 Fisssion LLC.
  1092. Permission is hereby granted, free of charge, to any person obtaining a copy
  1093. of this software and associated documentation files (the "Software"), to deal
  1094. in the Software without restriction, including without limitation the rights
  1095. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1096. copies of the Software, and to permit persons to whom the Software is
  1097. furnished to do so, subject to the following conditions:
  1098. The above copyright notice and this permission notice shall be included in all
  1099. copies or substantial portions of the Software.
  1100. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1101. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1102. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1103. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1104. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1105. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1106. SOFTWARE.
  1107. */
  1108. var polyfill$1 = (function () {
  1109. var clock = Date.now();
  1110. return function (callback) {
  1111. var currentTime = Date.now();
  1112. if (currentTime - clock > 16) {
  1113. clock = currentTime;
  1114. callback(currentTime);
  1115. } else {
  1116. setTimeout(function () { return polyfill$1(callback); }, 0);
  1117. }
  1118. }
  1119. })();
  1120. var index = window.requestAnimationFrame ||
  1121. window.webkitRequestAnimationFrame ||
  1122. window.mozRequestAnimationFrame ||
  1123. polyfill$1;
  1124. function getGeometry(target, isContainer) {
  1125. /**
  1126. * We want to ignore padding and scrollbars for container elements.
  1127. * More information here: https://goo.gl/vOZpbz
  1128. */
  1129. var height = isContainer ? target.node.clientHeight : target.node.offsetHeight;
  1130. var width = isContainer ? target.node.clientWidth : target.node.offsetWidth;
  1131. var offsetTop = 0;
  1132. var offsetLeft = 0;
  1133. var node = target.node;
  1134. do {
  1135. if (!isNaN(node.offsetTop)) {
  1136. offsetTop += node.offsetTop;
  1137. }
  1138. if (!isNaN(node.offsetLeft)) {
  1139. offsetLeft += node.offsetLeft;
  1140. }
  1141. node = node.offsetParent;
  1142. } while (node)
  1143. return {
  1144. bounds: {
  1145. top: offsetTop,
  1146. right: offsetLeft + width,
  1147. bottom: offsetTop + height,
  1148. left: offsetLeft
  1149. },
  1150. height: height,
  1151. width: width
  1152. }
  1153. }
  1154. function getScrolled(container) {
  1155. var top, left;
  1156. if (container.node === document.documentElement) {
  1157. top = window.pageYOffset;
  1158. left = window.pageXOffset;
  1159. } else {
  1160. top = container.node.scrollTop;
  1161. left = container.node.scrollLeft;
  1162. }
  1163. return { top: top, left: left }
  1164. }
  1165. function isElementVisible(element) {
  1166. if ( element === void 0 ) element = {};
  1167. var container = this.store.containers[element.containerId];
  1168. if (!container) { return }
  1169. var viewFactor = Math.max(0, Math.min(1, element.config.viewFactor));
  1170. var viewOffset = element.config.viewOffset;
  1171. var elementBounds = {
  1172. top: element.geometry.bounds.top + element.geometry.height * viewFactor,
  1173. right: element.geometry.bounds.right - element.geometry.width * viewFactor,
  1174. bottom: element.geometry.bounds.bottom - element.geometry.height * viewFactor,
  1175. left: element.geometry.bounds.left + element.geometry.width * viewFactor
  1176. };
  1177. var containerBounds = {
  1178. top: container.geometry.bounds.top + container.scroll.top + viewOffset.top,
  1179. right: container.geometry.bounds.right + container.scroll.left - viewOffset.right,
  1180. bottom:
  1181. container.geometry.bounds.bottom + container.scroll.top - viewOffset.bottom,
  1182. left: container.geometry.bounds.left + container.scroll.left + viewOffset.left
  1183. };
  1184. return (
  1185. (elementBounds.top < containerBounds.bottom &&
  1186. elementBounds.right > containerBounds.left &&
  1187. elementBounds.bottom > containerBounds.top &&
  1188. elementBounds.left < containerBounds.right) ||
  1189. element.styles.position === 'fixed'
  1190. )
  1191. }
  1192. function delegate(
  1193. event,
  1194. elements
  1195. ) {
  1196. var this$1 = this;
  1197. if ( event === void 0 ) event = { type: 'init' };
  1198. if ( elements === void 0 ) elements = this.store.elements;
  1199. index(function () {
  1200. var stale = event.type === 'init' || event.type === 'resize';
  1201. each(this$1.store.containers, function (container) {
  1202. if (stale) {
  1203. container.geometry = getGeometry.call(this$1, container, true);
  1204. }
  1205. var scroll = getScrolled.call(this$1, container);
  1206. if (container.scroll) {
  1207. container.direction = {
  1208. x: mathSign(scroll.left - container.scroll.left),
  1209. y: mathSign(scroll.top - container.scroll.top)
  1210. };
  1211. }
  1212. container.scroll = scroll;
  1213. });
  1214. /**
  1215. * Due to how the sequencer is implemented, it’s
  1216. * important that we update the state of all
  1217. * elements, before any animation logic is
  1218. * evaluated (in the second loop below).
  1219. */
  1220. each(elements, function (element) {
  1221. if (stale) {
  1222. element.geometry = getGeometry.call(this$1, element);
  1223. }
  1224. element.visible = isElementVisible.call(this$1, element);
  1225. });
  1226. each(elements, function (element) {
  1227. if (element.sequence) {
  1228. sequence.call(this$1, element);
  1229. } else {
  1230. animate.call(this$1, element);
  1231. }
  1232. });
  1233. this$1.pristine = false;
  1234. });
  1235. }
  1236. function transformSupported() {
  1237. var style = document.documentElement.style;
  1238. return 'transform' in style || 'WebkitTransform' in style
  1239. }
  1240. function transitionSupported() {
  1241. var style = document.documentElement.style;
  1242. return 'transition' in style || 'WebkitTransition' in style
  1243. }
  1244. var version = "4.0.5";
  1245. var boundDelegate;
  1246. var boundDestroy;
  1247. var boundReveal;
  1248. var boundClean;
  1249. var boundSync;
  1250. var config;
  1251. var debug;
  1252. var instance;
  1253. function ScrollReveal(options) {
  1254. if ( options === void 0 ) options = {};
  1255. var invokedWithoutNew =
  1256. typeof this === 'undefined' ||
  1257. Object.getPrototypeOf(this) !== ScrollReveal.prototype;
  1258. if (invokedWithoutNew) {
  1259. return new ScrollReveal(options)
  1260. }
  1261. if (!ScrollReveal.isSupported()) {
  1262. logger.call(this, 'Instantiation failed.', 'This browser is not supported.');
  1263. return mount.failure()
  1264. }
  1265. var buffer;
  1266. try {
  1267. buffer = config
  1268. ? deepAssign({}, config, options)
  1269. : deepAssign({}, defaults, options);
  1270. } catch (e) {
  1271. logger.call(this, 'Invalid configuration.', e.message);
  1272. return mount.failure()
  1273. }
  1274. try {
  1275. var container = tealight(buffer.container)[0];
  1276. if (!container) {
  1277. throw new Error('Invalid container.')
  1278. }
  1279. } catch (e) {
  1280. logger.call(this, e.message);
  1281. return mount.failure()
  1282. }
  1283. config = buffer;
  1284. if ((!config.mobile && isMobile()) || (!config.desktop && !isMobile())) {
  1285. logger.call(
  1286. this,
  1287. 'This device is disabled.',
  1288. ("desktop: " + (config.desktop)),
  1289. ("mobile: " + (config.mobile))
  1290. );
  1291. return mount.failure()
  1292. }
  1293. mount.success();
  1294. this.store = {
  1295. containers: {},
  1296. elements: {},
  1297. history: [],
  1298. sequences: {}
  1299. };
  1300. this.pristine = true;
  1301. boundDelegate = boundDelegate || delegate.bind(this);
  1302. boundDestroy = boundDestroy || destroy.bind(this);
  1303. boundReveal = boundReveal || reveal.bind(this);
  1304. boundClean = boundClean || clean.bind(this);
  1305. boundSync = boundSync || sync.bind(this);
  1306. Object.defineProperty(this, 'delegate', { get: function () { return boundDelegate; } });
  1307. Object.defineProperty(this, 'destroy', { get: function () { return boundDestroy; } });
  1308. Object.defineProperty(this, 'reveal', { get: function () { return boundReveal; } });
  1309. Object.defineProperty(this, 'clean', { get: function () { return boundClean; } });
  1310. Object.defineProperty(this, 'sync', { get: function () { return boundSync; } });
  1311. Object.defineProperty(this, 'defaults', { get: function () { return config; } });
  1312. Object.defineProperty(this, 'version', { get: function () { return version; } });
  1313. Object.defineProperty(this, 'noop', { get: function () { return false; } });
  1314. return instance ? instance : (instance = this)
  1315. }
  1316. ScrollReveal.isSupported = function () { return transformSupported() && transitionSupported(); };
  1317. Object.defineProperty(ScrollReveal, 'debug', {
  1318. get: function () { return debug || false; },
  1319. set: function (value) { return (debug = typeof value === 'boolean' ? value : debug); }
  1320. });
  1321. ScrollReveal();
  1322. return ScrollReveal;
  1323. })));