, but this code // executes before the first paint, when

app

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); The why of it - News & Stories | app

app

Skip to main content

Spark

The why of it

Thu, Dec 01, 2016

I typically describe app graduates as people who know the why of what they are doing.

It’s one thing to do a job well and quite another to know the Christ-called purpose of the action.

Most of the app graduates I talk with seamlessly combine these two explanations so there’s no what without the why.

I was thinking about the what-and-why recently when I heard that app alumna Kirsten Kelly ’94, along with her co-producer Anne de Mare, had won an Emmy for her PBS documentary film The Homestretch (see p. 44).

We had featured Kirsten’s work on the cover of a previous issue of Spark, and Kirsten said she felt called to shed light on the issue of teen homelessness and to shatter stereotypes of homeless youth. That why took seven years of her life to complete.

Then, of course, there’s our Distinguished Alumni for this year, Peter Kreeft ’59Ի Margaret Njuguna ’94.

Peter has spent over 50 years teaching philosophy at Boston College. The why of his work? To show students that the meaning of life is really very simple: to be a saint. And to be a saint is to love and to will what God wills.

Margaret says she knows it will take generations to change Kenyan parents’ superstitions toward their disabled children. That why for her leads to the what: to jump start that process by modeling compassion and care at her En-Gedi Children’s Home.

As app alumni and friends, we know these responses as discerning God’s call for our lives, based on the gifts he has given us, and the faithful effort to use those gifts for the renewal of his world.

What that call is—teacher, doctor, farmer, business owner, attorney, chemist, social worker, filmmaker—is secondary to the why of fulfilling that call.

Thinking about the why caused me to recall one of my adventures interviewing app alumni at their workplaces.

I was climbing the enormous Green Bank Telescope in West Virginia with alumnus Paul Vanden Bout ’61, who at the time was in charge of the National Radio Astronomy Observatory.

We were standing on a catwalk many stories above the ground, taking in a reflecting surface with the area of 2 1/2 football fields that bounces radio waves back and forth into the expanses of the universe.

Vanden Bout said to me, “I know other scientists have had to grapple much more than I with the faith-and-science issue,” he said. “It’s always been a fairly straightforward thing for me. I don’t think the Bible is the source for how questions; it addresses the why ܱپDzԲ.”

Our alumni have always been good about the why. They’ve left the what to God’s leading—and have obediently offered their hearts, promptly and sincerely.